HackerTrans
TopNewTrendsCommentsPastAskShowJobs

cleaver

no profile record

comments

cleaver
·4 mesi fa·discuss
I recall a similar statement from Ed Yourdon in one of his books (90's?)
cleaver
·6 anni fa·discuss
Yes. I have thought about this a lot. There are cycles...

Like thin client (VT100), to thick (client/server desktop app), to thin (browser), etc.

Similarly, console apps (respond to a single request in a loop), to event-driven GUI apps, to HTTP apps that just respond to a simple request, back to event-driven JS apps.

It depends on how you define the boundaries, but history rhymes.