|
|
|
|
|
by scardine
2493 days ago
|
|
It is like JavaScript: I don't hate JS itself, I hate spaghetti-code people write with it (but I do hate automatic type casting). I don't hate C, I hate dangling pointers and buffer overruns. I don't hate OOP, I hate over-engineered class hierarchies, state hiding and leaky abstractions. I don't hate FP, I hate when people write a new undocumented DSL for each project just because "it is so easy in an expressive language like X". |
|