YAGNI PrincipleYAGNI ('You aren't gonna need it') principle prevents a programmer from adding unnecessary features to the code.Mar 03, 20212 min read
Poor Code QualityPoor code quality mainly describes buggy code or code with high coupling and low cohesion that is difficult to maintain. Poor code quality can also lead to frequent code repetition or suspiciously slow implementation.Nov 11, 20192 min read