Development Principles
Code should be verbosely commented
Section titled Code should be verbosely commentedThis is an open source project that will have a long life and many contributors of varying skill levels. Help future contributors move quickly by commenting clearly about any non-obvious choices you’ve made and any complex logic that can’t be understood about as quickly as reading a book. Contributor time is precious and comments are cheap.