DEV Community

Nuruddin
Nuruddin

Posted on

Coding Standards and best practices

Coding Style
Our code must be as clean and easy to read as possible.

That is actually the art of programming – to take a complex task and code it in a way that is both correct and human-readable. A good code style greatly assists in that.

Full blog In Medium: https://itznur07.medium.com/coding-standards-and-best-practices-f5f006ac1efc

Top comments (0)