Skip to content

Instantly share code, notes, and snippets.

advent of code 2023

outlawed

  • elixir
  • swift/objective-c
  • julia

2023

@AndreasChristianson
AndreasChristianson / factorial.md
Created April 14, 2020 17:18
factorial interview project

Factorial

Methodology

  • TDD
    • focus on red, green, refactor
  • Start small, add complexity
  • Limit scope at each step
  • Use any language