Skip to content

Instantly share code, notes, and snippets.

View SansPapyrus683's full-sized avatar
😀
a minor inconvenience

SansPapyrus683 SansPapyrus683

😀
a minor inconvenience
View GitHub Profile
@SansPapyrus683
SansPapyrus683 / conventions.md
Last active March 26, 2021 21:12
Some coding conventions I made up

C++ Style Guide

The defaults of our coding style will be here. Anything not mentioned within will defer to what is specified in the link.

Naming Conventions

Variables and Functions

Variables are to be named using snake_case, like bruh_moment or jesus_mcphricking_christ. Acronyms are to be treated as their own word and will be written in all lowercase, like pratyay_istg.

Classes, Structs, and Namespaces