RSSAmplifier

Andraž Bajt's blog · Sep 21, 2016

TDD-ing a toy sized project

0
Sign in to vote or save

This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.

Just recently I was porting a toy sized parser combinator library (a proof of concept) from Haskell to Python. You know, for educational purposes. It turns out I’m not smart enough to keep the complicated types (and explicit laziness) in my head even for such a small project. So my solution was to do TDD. To clarify: I wanted to test happy paths through my functions to make sure at least…

Read on /posts/2016-09-21-toy-sized-tdd/

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.