Goodbye, Clean Code (2020)
overreacted.io
Goodbye, Clean Code (2020)
1–10 of 224 posts
Re: Goodbye, Clean Code (2020)
#2Re: Goodbye, Clean Code (2020)
#3> I didn’t talk to the person who wrote it. I rewrote the code and checked it in without their input. Even if it was an improvement (which I don’t believe anymore), this is a terrible way to go about it. A healthy engineering team is constantly building trust. Rewriting your teammate’s code without a discussion is a huge blow to your ability to effectively collaborate on a codebase together.
Also (2020).
Re: Goodbye, Clean Code (2020)
#4"duplication is far cheaper than the wrong abstraction."
Re: Goodbye, Clean Code (2020)
#5The famous book about Clean Code was a big Oxymoron, because the examples in it pages was in Java.
Re: Goodbye, Clean Code (2020)
#6The famous book about Clean Code was a big Oxymoron, because the examples in it pages was in Java.
Re: Goodbye, Clean Code (2020)
#7Re: Goodbye, Clean Code (2020)
#8I really appreciate it, when people write from hard-won personal experience.
For myself, I write in Swift, and it’s quite possible to write totally inscrutable code in Swift. I am guilty of making code harder to read, and less grokkable, in my “cleanup” sweeps.
I am currently doing a bit of navel-gazing, on this very topic. I have gotten into the habit of writing very “swifty” code, and am thinking that I should probably back off a bit from that.