|
|
|
|
|
by oriolid
1857 days ago
|
|
> The argument is basically like saying "famous scientist X was wrong about Y, let's stop doing science. Clearly there is no point to it." In my opinion the argument is more "famous paper X by scientist Y was wrong, let's stop citing it". Except that Clean Code isn't science and doesn't pretend to be. |
|
'It may not be possible for us to ever reach empirical definitions of "good code" or "clean code"'
It might seem far fetched that someone might question the benefits of writing high quality code (readable, composable, maintainable, succinct, efficient...) but I've been in this industry long enough (and worked for enough different kinds of companies) to realize that there is an actual agenda to push the industry in that direction.
Some people in the corporate sphere really believe that the best way to implement software is to brute force it by throwing thousands of engineers at a giant ball of spaghetti code then writing an even more gargantuan spaghetti ball of tests to ensure that the monstrosity actually works.
I see it as an immoral waste of human potential.