Skip to content

hariskhan14/advent-of-code-2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2021

Solving Advent of Code 2021 problems with Test Driven Development laws (learning).

Test-Driven-Development (TDD)

TDD states to write tests beforehand and drive the production code from the tests. The three simple rules as Martin Fowler defines here are:

  • Write a test for the next bit of functionality you want to add.
  • Write the functional code until the test passes.
  • Refactor both new and old code to make it well-structured.

Advent-of-Code

https://adventofcode.com

About

Solving Advent of Code 2021 problems while following TDD laws

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages