Quantcast
Channel: The Accidental Developer » TDD
Browsing latest articles
Browse All 2 View Live

Test-Driven Programming Assignments

I am enrolled in another graduate course this semester, Theory of Computation. Like last semester, the programming assignments include unit tests (JUnit tests for the Java assignments). One can be very...

View Article


Set operations in ColdFusion

Today I needed to get all the elements in one list that were not members of a second list. That may ring a bell — it’s known as a set difference, or a relative complement. Although it would have been...

View Article

Browsing latest articles
Browse All 2 View Live