|
|
|
|
|
by pablobaz
520 days ago
|
|
In my experience with very large codebases, a common problem is devs trying to improve random things. This is well intentioned. But in a large old codebase finding things to improve is trivial - there are thousands of them. Finding and judging which things to improve that will actually have a real positive impact is the real skill. The terminal case of this is developers who in the midst of another task try improve one little bit but pulling on that thread leads to them attempting bigger and bigger fixes that are never completed. Knowing what to fix and when to stop is invaluable. |
|
https://www.joelonsoftware.com/2000/04/06/things-you-should-...