jambolo / Chess

Chess Player
0 stars 0 forks source link

Should the GameState default constructor leave members uninitialized? #12

Open jambolo opened 5 years ago

jambolo commented 5 years ago

Should the GameState default constructor leave members uninitialized, or should it go ahead and initialize everything (possibly calling initialize)