|
|
|
|
|
by mattpallissard
1148 days ago
|
|
> think for thyself Ok. > Resist the temptation to be creative, stylish, or (worst of all) clever. I've spent a good chunk of my career coming in and cleaning up and optimizing codebases, avoiding complete re-writes . Coming across a genuinely clever and novel approach to a tricky problem that someone else wrote is something I enjoy immensely. I'm tired of hearing from the "is unneeded complexity" bandwagoners. There is a difference between clever and convoluted. I'll trade a few more minutes of grokking for more performance, less boiler plate, etc, all day. That and in my experience with large codebases, most time spent understanding code is spent on the business logic anyway. |
|