Skip to content

CodingConventions

cwerling edited this page Sep 19, 2014 · 1 revision

Coding conventions are guidelines on how to format your code and organize your files in order to achieve a coherent experience throughout the code which increases readability and reduces maintenance effort. The easiest way to achieve this is by looking at our existing code and trying to mimic the format that you see there. If in doubt though, you may refer to a list of official coding styles that are the foundation of what we currently use. Below, you will find a link to coding guidelines for each of the languages in use by the FuzzEd project:

Clone this wiki locally