Coding Standards
PURPOSE OF HAVING CODING STANDARDS :
A coding standard gives a uniform appearance to the codes written by different engineers.
It improves the readability, and maintainability of code and reduces its complexity also.
It helps in code reuse and eas...
softdevelopment.hashnode.dev1 min read