|
|
|
|
|
by theshrike79
745 days ago
|
|
"Always leave the code you're editing a little better than you
found it"
- Robert C. Martin (Uncle Bob) There's no point in refactoring the whole thing. Maybe add a longer comment explaining the logic you had to decipher when you encountered the code. Rename a few variables from foo, bar and baz tom something more descriptive etc. |
|
Deep architectural/design flaws in a codebase can't always be addressed using a series of small independent changes.