Skip to content

Coding style

R. Quast edited this page Jun 17, 2024 · 10 revisions

Coding style code style: GNU

Especia applies GNU code style guidelines. Variable and functions names are typed in lower case letters and class names start with a capital letter. Compound names are separated by an underscore character. Inline and template functions are defined within the class definition.

Clone this wiki locally