Saturday, January 31, 2015

More on getting started with unit testing

In a previous post I talked about how I was finally able to start writing unit tests.  In this post I will discuss how I went from just starting out to where I am now.  This has involved splitting our database access object into two parts, creating an object factory, and a few mock objects.  I think they are mock objects and not stubs, but I may need to read about that a little more before I finish this post.

Still working on Side-scroller game

 I have switched to using the PI agent to work on the game.  I'm still using the Qwen3.6 model through Ollama.  It seems to work a littl...