Coding good practices

From The Yambo Project
Revision as of 14:57, 2 February 2023 by Yambowikiadmin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.