Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am assapir on github.
  • I am meijin007 (https://keybase.io/meijin007) on keybase.
  • I have a public key ASAvZua12PF0ZjsdPu-aJrKvhqTW5DZG_Mb33G2vGbn_aQo

To claim this, I am signing this object:

@assapir
assapir / example.cpp
Created December 2, 2017 19:15
coding conventions example
#include "example.h"
// space line
#include <system includes> // by alphabetic order
#include "project includes" // by alphabetic order
class CameCse : public BaseClass {
public:
void LongFunctionName(
/*2 spaces after ( */ int camelCase1,