Writing good tests (part 1)
Everyone knows how NOT to write unit tests, either you know the rules and avoid pitfalls, or you don't know the rules and struggle with hard »
Below are my guiding principles, that are the basis of what, how and why am I doing with regards to software development. Long term development speed »
Software development seems to me like the only discipline where practitioners can get away with producing crap. If you're a doctor and you screw up a »
Last time I just barely scratched the topic of writing test scenarios. I briefly gave only a few hints like "avoid unnecessary information", "don't include implementation »
Everyone knows how NOT to write unit tests, either you know the rules and avoid pitfalls, or you don't know the rules and struggle with hard »