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.
Subscribe to:
Posts (Atom)
Coding
I'm not sure where I heard this, and it wasn't worded this way, but it helps to think about coding this way. Basically, any progra...

-
I have several apps published on the Apple Appstore. Four of them are using iAds and that service is going to be discontinued soon. I am g...
-
I recently migrated a site from Magento 1 to Magento 2. The product image thumbnails work differently in Magento 2. In Magento 2 they use ...
-
A few days ago I read about the trolley problem. It was mentioned in an smbc-comics.com comic. I hadn't heard of this before, but I ha...