Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Coding Standards

Thomas Cox edited this page May 24, 2018 · 2 revisions

This is the software coding standards for the EOSIO Software.

Type Standardized Method Example
Structs lower case with _ between words including constants
Classes lower case with _ between words including constants
Methods lower case with _ between words including constants
Types lower case with _ between words including constants
Template Arguments CamelCase, no spaces
Macros UPPERCASE

Comment Blocks

/*

Comment Block

*/

Inline Comments /**   Comments    **/

Indentation Don't use tabs, use 3 spaces