TSD

TSD #2: Short Session, Long Notes

This entry is part [part not set] of 2 in the series TSD Development

TSD Development: First short TDD session pushed. I said I’d start yesterday, but instead I played a computer game most of the day. https://github.com/GeePawHill/tsd This was short and sweet, so there’s just three simple points of interest, one noticed infrastructure problem, then I’ll move on to the next part. POI #1: This was textbook TDD,

TSD #2: Short Session, Long Notes Read More »

TSD #1: Early Thoughts, Tests, Code

This entry is part [part not set] of 2 in the series TSD Development

TSD Development: The first thing to do is make a thing that accepts key-value pair assignments to make a tree. Since kotlin readily supports map-like assignments, the first minor-leage case looks like this: output["key"] = "value" That resembles a map, by design, but it isn’t one. Later cases will elaborate this, but the secret sauce

TSD #1: Early Thoughts, Tests, Code Read More »

Scroll to Top