Best Practices

NWNScript best practices and standards.


TitleBrief Description
Coding StandardsFollowing a set of coding standards benefits a module by making it easy to maintain, troubleshoot, and integrate.
Function PrototypesDeclaring a function prototype allows the compiler to know about a function before actually reaching it in the file.
Naming ConventionsNaming conventions help during code maintenance, integration, and group projects.