Remix.run Logo
Heavykenny an hour 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.

axod an hour ago | parent [-]

> ...are poor design choices that humans wouldn’t write.

They certainly do in my experience. Maybe you've been lucky and haven't worked with really messy programmers.

Heavykenny an hour ago | parent [-]

I have worked and seen these in code reviews but the issue now is code reviews are overwhelming and non existent in some cases.