Post #1295647
2026-04-15 10:59 UTC
@thirstybear @tdpauw @samir @mrksdck
Unless I misread the GOOS book, which focuses on how to create good internal structure by working outside-in, then we disagree by more than you think :o).
Replies (2)
-
@samir@mastodon.functional.computer 2026-04-15 11:05
@chrisoldwood @thirstybear @tdpauw @mrksdck Steve and Nat are here, we can always ask them directly. ^_^
-
@thirstybear@agilodon.social 2026-04-15 16:08
@chrisoldwood @tdpauw @samir @mrksdck Strange. I read it as a instruction manual for outside-in TDD: Start on the outside, identify the next level in, write the unit tests while mock anything deeper (it likely hasn't been written yet), repeat until the feature is complete (as defined by an external acceptance test). Fill out edge cases as appropriate (don't try to test all these from the outside). But granted it has been a while since I read it fully (erm…probably c.2010…).