Using C# anonymous types to assert complex results in your unit tests

Does this sounds familiar to you: You come to work early(ish) in the morning – ready to apply a new technology you’ve just learnt about – just to find out that you can’t. Your frustration grows as you understand that in order to use this “new and shiny” some adjustments must be made and what … Continue reading Using C# anonymous types to assert complex results in your unit tests

Unit testing – you’re measuring it wrong

I’ve been having this problem ever since I’ve started teaching (and preaching) about SCRUM, clean code, unit testing and TDD and any other software development practice.When implementing a change – how do you measure its success?For that matter – how can you measure a developer productivity?    by Our Hero A few years ago I … Continue reading Unit testing – you’re measuring it wrong