Daring Fireball: ‘Maintainable Code Is More Important Than Clever Code’
November 2, 2019
My very favorite quote along these lines is from Brian Kernighan: “Everyone knows that debugging is twice as hard as writing a program in the first place. So if you’re as clever as you can be when you write it, how will you ever debug it?”
— Read on daringfireball.net/linked/2019/11/01/van-rossum-clever-code
I find that python, and Perl before it, are laden with “clever solution” issues which make it near impossible for someone else to pick up a codebase and run with it.