Status: Tags: Links: Coding MOC
Coding Practices
- Code Commenting Practices
- Lines should not exceed 80 or 120 characters
- Nested functions should have spacing
- There should not be more than nine lines of code without a vertical indentation
- Introduce code before functions
- Have an understanding of the actual program first before diving into specifics
- Good function names are self-descriptive anyways
- Have an understanding of the actual program first before diving into specifics
- Use linters
References:
Created:: 2021-05-27 19:30 PM