Code File Structure

From Arx Libertatis Wiki
Revision as of 17:25, 2 February 2012 by Adejr (talk | contribs)
Jump to navigation Jump to search

Need rules here for new developers.

<adejr> I'll try to fill in some information

General information

In general, try to follow the existing structure as you see it.

Minimize the functionality in files and try to follow modern c++ standards.

Name files for their content (nouns), not for their actions (verbs).

Don't be afraid to ask for help if you can't decide what to name a file!