srimel / game_of_life

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

Refactor Board class #9

Closed srimel closed 1 year ago

srimel commented 1 year ago

Some areas of the Board implementation could be refactored to include const references where applicable. Some local variables are only assigned but never accessed etc. Also should remove code that is not in use or has doesn't have TODO planned work.