Few mistakes that could lead to a system failure when you are writing the code for an application:
1) Ignore understanding business logic.
.
.
.
2) Ignore the impacts of a change in code (look for temporary bug fix).
.
.
.
3) Write un-clean and long code in a single file.
.
.
.
4) Inconsistent with class and variables naming.
.
.
.
5) Unnecessary use of external libraries.
Top comments (0)