CODE REUSE Unit Testing: SUT Setup Methods and Code Maintainability Photo by Alain Pham on Unsplash During my time working on various open source projects as well as my regular job, I’ve been seeing more and more unit test
CODE REVIEWS Naming is Everything Photo by Jon Tyson on Unsplash The other day, during a code review I came across code that looked like this in a Controller’s action method. foreach (var fooRow
bus.defer Handling File Import Processing with NServiceBus Part II: Using bus.Defer Instead of a Saga Photo by Wesley Tingey on Unsplash In my first post on File Import Processing using NServiceBus [https://www.michaelgmccarthy.com/2015/06/12/handling-file-import-processing-with-nservicebus-sagas-aka-death-to-the-batch-job] , I used a saga based on