Skip to content

lamak-qaizar/game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Conway's Game of Life

This kata has been attempted as a pre-req to reading Understanding the 4 Rules of Simple Design by Corey Haines.

Constraints

  • TDD
  • Object Calisthenics
  • Cyclomatic complexity (~1)

Tool to calculate Cyclomatic Complexity

https://plugins.jetbrains.com/plugin/93-metricsreloaded

Current complexity: 1.02 (1 IF check exists in Cell creation method)

Commit notation

  • r (provable refactor)
  • b (bug fix)
  • F (feature add)
  • !!! (risky refactoring)
  • t (test code only)
  • a (automatic reformatting)

Borrowed from https://github.com/RefactoringCombos/ArlosCommitNotation

About

Conways' Game of Life

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages