samples icon indicating copy to clipboard operation
samples copied to clipboard

Conway's game of life: setSeed() violates the OCP

Open thomasw-mitutoyo-ctl opened this issue 4 years ago • 0 comments

Conway's game of life

Animation.vb, setSeed() violates the OCP (open close principle). We can't add new starting patterns without modifying the code for the animation. The initial pattern should be separated from the algorithm.


Issue metadata

  • Issue type: sample-update

thomasw-mitutoyo-ctl avatar Mar 31 '21 13:03 thomasw-mitutoyo-ctl