|
|
|
|
|
by Heavykenny
16 days ago
|
|
Thanks, I actually concentrated on improving code quality, the patterns I flagged are poor design choices that humans wouldn’t write. Examples are duplicated functions doing same thing, dead or redundant codes etc. These builds up and degrade the codebase over time. |
|
They certainly do in my experience. Maybe you've been lucky and haven't worked with really messy programmers.