Explore >> Select a destination


You are here

retro-style.software-by-mabe.com
| | www.marclittlemore.com
12.6 parsecs away

Travel
| | There are many different types of tests you can write. Let's find out about what they are.
| | arne-mertz.de
12.7 parsecs away

Travel
| | Contents Inmy last post I have written about the main and secondary usesof unit tests and how they compare to other kinds of automated tests. This time I will explore [...]
| | ylan.segal-family.com
11.7 parsecs away

Travel
| | I maintain a series of small unix scripts to make my daily usage more effective. I approach the development of these utilities like I do my other software: Use Outside-In Test-Driven Development. I use rspec to write my tests, even if the code itself is written in bash, zsh, or ruby. Let's see a few examples. Testing Output Some of my utilities are similar to pure functions: They always return the same output given for the same input, and they don't have side-effects (i.e. they don't change anything else...
| | largedatabank.com
59.8 parsecs away

Travel
| I heard a lot of good things about Mike Okasaki's Purely Functional Data Structures at UChicago, but didn't ever take the time to check it out. Lately I've missed the heady joy of reading and writing code in a strongly typed functional programming language like Standard ML, so when one of my coworkers at Knewton mentioned he was going to read the book I decided to get a copy for myself.