Yang Zhou in
Software Engineer 4 months ago
10 Common Symptoms of Unreadable Code
Code review is a significant process for all tech companies. As an engineer, you should at least know what the common symptoms of garbage code.

7
3457
1
About
Public
Software Engineer
Members
75,158
2. Lots of Commented out Code
3. Too Many Magic Numbers
4. Meaningless Names
5. Too Long To Read
6. Too Short To Read
7. Couple Multiple Functions Together
8. Confusing Classes Design
9. Implement the Same Thing Many Times
10. No Exception Handlers