Code File Structure: Difference between revisions

From Arx Libertatis Wiki
Jump to navigation Jump to search
(Replaced content with "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. ...")
No edit summary
Line 12: Line 12:


Don't be afraid to ask for help if you can't decide what to name a file!
Don't be afraid to ask for help if you can't decide what to name a file!
[[Category:Development information]]

Revision as of 17:25, 2 February 2012

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!