↧
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 ArticleSet 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