More standard

This commit is contained in:
rexy712 2020-08-15 13:41:49 -07:00
parent adf01b4706
commit b04fd75798

View File

@ -15,6 +15,7 @@ must do's:
prefer reference over pointer prefer reference over pointer
keep implementation in source files with template and constexpr as exceptions keep implementation in source files with template and constexpr as exceptions
keep template/constexpr implementations in .tpp files alongside the .hpp files keep template/constexpr implementations in .tpp files alongside the .hpp files
prefer nullptr over NULL
functions: functions:
50 max length 50 max length
comments max 2 lines comments max 2 lines