1/11/2025 at 6:52:17 PM
"A complex system that works is invariably found to have evolved from a simple system that worked. A complex system designed from scratch never works and cannot be patched up to make it work. You have to start over with a working simple system."– John Gall (1975) Systemantics: How Systems Really Work and How They Fail
by myhf
1/11/2025 at 7:03:06 PM
It's why I'm always very skeptical of new languages and frameworks. They often look great on a PowerPoint slide, but it's not clear how they'll look on something complex and long-lasting.They usually pick up warts added for some special case, and that's a sign that there will be infinitely many more.
There's a fine line between "applying experience" and "designing a whole new system around one pet peeve". But it's a crucial distinction.
by jfengel
1/11/2025 at 9:53:52 PM
With that attitude how would the presently accepted languages/frameworks have come about?by wellbehaved
1/11/2025 at 10:07:32 PM
Probably slower and with more respect for existing tech.But hey, now we have npm, so who cares anymore? :-)
by oblio
1/11/2025 at 11:40:43 PM
Most languages are much older than we think. But early adoption is a key to geting to that point of when to "trust it". D isn't that much younger than C and its variants, and older than C#. But it never quite got that adoption to really push development to the point of C#by johnnyanmac
1/12/2025 at 1:58:51 PM
C (K&R) : 1972 => 53 years ago
C++ : 1985 => 40 years ago
D : 2001 => 23 years ago
Also, https://www.bell-labs.com/usr/dmr/www/chist.htmlSo D is 30 years younger than C, so I'd disagree with "isn't that much younger".
D was really a reaction to C++, not C, so it is with C++ that it should be compared. The C like subset of D (BetterC) is much more recent.
by dfawcus
1/12/2025 at 8:01:43 PM
I was thinking more about Ansi C. But fair enough. I hope the core point that these are all still Languages old enough to drink rings through.by johnnyanmac
1/13/2025 at 2:13:39 PM
Except ANSI did very little in terms of changing/enhancing the language. It stayed largely as it had been since Nov '78:Nov 78 Memo: https://www.bell-labs.com/usr/dmr/www/cchanges.pdf
About all that happened with ANSI C was that prototypes were created (the major addition), type promotion rules were altered, plus 'const' and 'volatile' were added. ANSI also added 'void *'.
I've a vague recall about 'void' existing in unix C compilers before that, having read a version of the above memo in a unix manual ('papers' section) and it mentioning 'void'.
by dfawcus
1/11/2025 at 10:34:21 PM
Disrespect is part of progress, respectful humans are liable to blindness of flaws. Just as part of youthful creativity is disregard for what has come before.by mrcsd
1/11/2025 at 11:38:32 PM
I can't agree with that take. Criticism is a part of progress. You can be a critic but still be respectful.Disrespect is simply to belittle and look down upon. I don't see many situations where such an attitude leads to progress.
by johnnyanmac
1/13/2025 at 3:57:31 PM
If all disrespecting is to belittle and look down upon, then fair enough, I agree with you. What I meant, in perhaps an ill-phrased manner, was that overemphasised respect can often lead to stasis, where people might not want to change in case they are seen as disrespectful. Hence my use of disrespect, in that it is a relative judgement, and which can and has been used to discourage creative difference or just difference in general.by mrcsd
1/16/2025 at 6:26:07 PM
It's a double-edged sword: ancestor-worship blocks progress, but throwing the baby out with the bathwater also blocks progress. Real fundamental progress comes from the tiny minority that avoids both.by wellbehaved
1/12/2025 at 6:50:51 AM
> "designing a whole new system around one pet peeve"BAHHAHAH! So…you mean React. If I hear the word hook as if it alone can solve complexity in web dev one more time I’ll…eh, I’ll do nothing actually. But my point still stands. React solves asynchronous event driven behavior well, but that’s all. Everything else in React projects is, well, everything else.
by notjoemama
1/11/2025 at 11:00:50 PM
What about the divine watchmak - sorry - developer?by DrNosferatu
1/11/2025 at 11:02:20 PM
The 10x watchmaker, perhaps?by xeonmc
1/12/2025 at 3:14:30 AM
Great quote, commenting just to 'bookmark' it.by compumetrika
1/12/2025 at 3:28:34 AM
You can "favorite" commentsby tantalor
1/12/2025 at 9:51:14 AM
Great comment, replying to improve “reach”by sunnybeetroot
1/13/2025 at 7:30:54 PM
well done, replying to continue a great threadby sulandor