srimel / game_of_life

Conway's Game of Life
0 stars 0 forks source link

Refactor Cell class #8

Closed srimel closed 1 year ago

srimel commented 1 year ago

Some methods have inline definitions in the .h - move all function definitions to the .cpp file instead for improved maintainability.

isAlive() implementation could be simplified