Tag Archives: rspec
Testing the Halting Problem
I wrote a piece of code recently to follow a linked list. We were linking records together in a way that a few records would normally be grouped together in a tree, with one parent above them all. However, because of the way the records were linked, it was also possible for a loop to occur — that is A would reference B, B would reference C, and C would reference A.
Posted in Uncategorized
Tagged Halting problem, hey it works, Language, Programming, rspec, ruby, testing
3 Comments