DPontes / CppND-Capstone-Snake-Game

A 2D Snake game using C++ and SDL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Classes abstract implementation details from their interfaces

DPontes opened this issue · comments

All class member functions document their effects, either through function names, comments, or formal documentation. Member functions do not change program state in undocumented ways.