Journal: Object Calisthenics + TDD + Advent of Code - day 4
journal for Practice_ Object Calisthenics + TDD + Advent of Code Things that are easy to procrastinate: tests as documentation package structure of code package structure of tests (I keep nesting fixtures in one test class) independent test fixtures Do more of: tests as documentation as early as possible tell a story test independent fixtures Parsing as a separate fixture (and code more modular) Wrap objects at Red-design Try next:...