TheRealKaup / KTech

C++ 2D Terminal Game Engine Library
GNU General Public License v3.0
2 stars 1 forks source link

Missing some guidance in `style.md` #102

Closed TheRealKaup closed 3 weeks ago

TheRealKaup commented 2 months ago
  1. New line before the first curly bracket of a class/function/... definition, example:
void Function()
{ // Good
}
void Function() { // Bad
}
  1. Reminder that enumerations should normally be based on uint8_t.
TheRealKaup commented 3 weeks ago

That commit was so stupidly nitpicking, I'm gonna take a shower.