|
|
|
|
|
by kybernetyk
4666 days ago
|
|
Some years ago I was doing paid for code reviews. I learned many things but one particularly relevant to this article is: You can only tell if code is shit after you have dug through it for at least a few days. Sure there are the obvious mistakes like non-idiomatic code style. But that's easy to spot. But for anything that is related to the problem domain and not the language itself you need to dig deeper. Because there might be a very good reason why something is done the way it is done. And later you might think: Hey, that's actually a pretty good solution. Wading through piles of code by dozens of different developers made me humble and nowadays I think twice before calling something bad. |
|