Categories
Education job hunting Programming

Test Driven Revision

For my interview this week, I was sent a list of things to prep. One of them was sorting algorithms. The best way for me to remember and understand them is to code them, and I decided to go through the list on Wikipedia and code them in Java – even the recursive ones. I […]

Categories
Programming Twitter

Parameterized Testing in JUnit 4, or Twitter is Awesome Because…

You can ask a specialized, fairly technical question to the world in general… And get a response from someone who really knows what they’re talking about! (I have books by this guy!) Made my day! If you’re interested in JUnit 4 and testing, a brief explanation. JUnit 4 allows you to create parameterized tests. I.e. […]