Category:Best Practices
From NWN Lexicon
Jump to navigationJump to searchNWNScript best practices and standards.
Title | Brief Description |
---|---|
Following a set of coding standards benefits a module by making it easy to maintain, troubleshoot, and integrate. | |
Declaring a function prototype allows the compiler to know about a function before actually reaching it in the file. | |
Naming conventions help during code maintenance, integration, and group projects. |
Pages in category "Best Practices"
The following 3 pages are in this category, out of 3 total.