The opentaps Way of Coding
From Opentaps Wiki
Jump to navigationJump to search
Contents
Why the opentaps Way of Coding
Writing code is easy.
Maintaining that code through its entire lifecycle is much, much more complicated.
We are always thinking of how to create code that is easy to maintain and extend. Over time, we have developed a distinctly "opentaps Way of Coding" to help maintain your customizations through multiple versions of opentaps. Our goal is to give you a way to separate your code, whether it's customizations to the base system or enhancements on top of it, cleanly and to keep your code compatible with future versions as they are released.
The opentaps Way follows these principles:
- Segregate your code
- Use the compiler to maintain your code