DEV Community

Discussion on: What are the unwritten rules of development?

Collapse
 
klabautercoder profile image
klabautercoder

Rule1: Write tests. Explain your processes in this tests.

Rule2: Write comments. Dont explain your code, explain why u wrote this code in this manner.

Rule3: Dont forget to do some research work before start coding. (Refresh your design pattern skills, architecture, dependencies around your projects, etc).

Collapse
 
romantolkachyov profile image
Roman Tolkachyov

The second assertion is controversial. The developer should not justify himself. He must share knowledge at first.