Author : MD TAREQ HASSAN | Updated : 2021/03/18

Best practices for developes

Why to follow conventions?

Sequential steps

During development, we ming need to perform a task that has dependency. While fulfilling that dependency, you might find that it has nested dependency that should be resolved first. This topic also addresses pre-requisites with dependences in sequence.

DOs and DON’Ts