Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 595 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 595 Bytes

AdventOfCode2019

Along with the fun of Advent of Code, this repo would like to accomplish the 5th stage of this meme 😜

dkphpmdx0aarjhh

Awesome features

  • Test Driven Development with xUnit
  • "Cleanish" architecture
  • Generic Host
    • Dependency Injection
    • Configuration
      • appsettings.json
      • User Secrets
      • IOptions pattern
    • Logging
  • IHttpClientFactory for getting inputs and posting answers
  • Command Line argument parsing: McMaster.Extensions.CommandLineUtils