DEV Community

Areeba Farooq
Areeba Farooq

Posted on

1 1

Mistakes that could lead to a System Failure

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)

AWS Security LIVE!

Join us for AWS Security LIVE!

Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.

Learn More

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay