Hacker News new | ask | show | jobs
All about Unit Testing – Minimal Post (techblog.panghal.com)
2 points by vaib 3399 days ago
1 comments

I generally try to stay as far away from mocking and stubbing as possible, and I have the scars to back that up from wasting countless hours on restructuring over-engineered tests to deal with minor implementation changes. Integration testing is where the rubber meets the road, which means more information for less effort.