Coding good practices
Jump to navigation
Jump to search
Some reasonable good practices are strongly suggested in order to reduce the possibilities of clashes with other parallel developments:
- Be modular. All branches except tech-XXX and phys-XXX can potentially limit the coding to modules.
- Do not repeat code. Being modular and releasing modules with examples reduce the chances to repeat code.