Many stupid things came due to their work like "comments are bad" or ridiculous things like refactor of reasonably sized functions into very small functions - just a few LoC e.g 3.
Ive seen Uncle Bobs refactor where he modifies thread safe code and introduces static properties to make code look elegant, but actually changes it behavior in multi thread environment, so basically didnt perform a refactor, but just introduced bugs
But code looks better, so great thing to put into the book, right?
>Kent Beck's "make it work, make it right, make it fast."
How such a trivial thing can be even attributed to someone?
Many stupid things came due to their work like "comments are bad" or ridiculous things like refactor of reasonably sized functions into very small functions - just a few LoC e.g 3.
Ive seen Uncle Bobs refactor where he modifies thread safe code and introduces static properties to make code look elegant, but actually changes it behavior in multi thread environment, so basically didnt perform a refactor, but just introduced bugs
But code looks better, so great thing to put into the book, right?
>Kent Beck's "make it work, make it right, make it fast."
How such a trivial thing can be even attributed to someone?