|
|
|
|
|
by KaseKun
37 days ago
|
|
Code doesn't exist in a vacuum though. Code bases that you "work in" (maintain, etc) solve real world problems, and solving those problems should trump cleanliness every time Codebases that are clean are typically showcase examples that sit on a shelf to be admired and appreciated. |
|
Only if you value your time more than the users’ time and your fellow developer time. Code are run and read more than they are written. You may need to do some hacky coding, but they should be small in scope, surrounded by warning, and have a ticket filed for properly resolving the issue. Otherwise, it’s not worth it.