Coding good practices

From The Yambo Project
Jump to navigation Jump to search
Coding good practices

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.