|
|
|
|
|
by why-oh-why
2282 days ago
|
|
If your code has 20 if else in a row I don’t care if it’s performant and has no bugs, you’ll get a change request because I don’t want to maintain that pile of garbage. There are minor code style preferences and others that affect maintainability. Just because it works now it doesn’t mean the code is done. |
|