Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 621 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 621 Bytes

# Coderetreat

Coderetreat is a practice event, focusing on the fundamentals of software development and design.

By providing developers the opportunity to take part in focused practice, away from the pressures of ‘getting things done’, the Coderetreat format has proven itself to be a highly effective means of skill improvement.

Practicing the basic principles of modular and object-oriented design, developers can improve their ability to write code that minimizes the cost of change over time. www.coderetreat.org

Practice problem: Game of Life

Setting up test env

  • PyTest
  • NUnit
  • GTest
  • JUnit