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:
They always argue that we have bureaucratically processes which hurts creativity and talent.
But, from outer hand - they agree that chaos is bad.
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
- Better structured code
- Faster code reading
- Solid API
They always argue that we have bureaucratically processes which hurts creativity and talent.
But, from outer hand - they agree that chaos is bad.
Comments
Post a Comment