samples
samples copied to clipboard
Conway's game of life: setSeed() violates the OCP
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