Code Conventions

Why we need code conventions?
Code conventions its code standards which approved in your team.
When you create simple application by your-self code conventions may not bring any benefits. But they are very important in:
  • team co-operation
  • big projects
  • long-term projects
  • supporting old projects
 I see following benefits there:
  • Better structured code
  • Faster code reading
  • Solid API
I am tired to explain this to new team members.
They always argue that we have bureaucratically processes which hurts creativity and talent.
But, from outer hand - they agree that chaos is bad.

Comments