You are here |
retro-style.software-by-mabe.com | ||
| | | |
www.marclittlemore.com
|
|
| | | | There are many different types of tests you can write. Let's find out about what they are. | |
| | | |
arne-mertz.de
|
|
| | | | 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
|
|
| | | | 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
|
|
| | 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. |