Category:Best Practices

From Prime-WoW Wiki
Revision as of 23:23, 23 October 2017 by Xordac (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

NWNScript best practices and standards.

Title Brief Description

Coding Standards

Following a set of coding standards benefits a module by making it easy to maintain, troubleshoot, and integrate.

Function Prototypes

Declaring a function prototype allows the compiler to know about a function before actually reaching it in the file.

Naming Conventions

Naming conventions help during code maintenance, integration, and group projects.

This category currently contains no pages or media.