In the December newsletter, you’ll discover testing patterns for blockchain applications, reveal to you why so many suffer from open spaces and more.
Read moreFear and Loathing in Legacy Code
For people in leadership, legacy code typically has a fairly straightforward interpretation. It’s the stuff in your application portfolio that…
Read moreDefining Legacy Code
[maxbutton id=”3″ ] Last night I realized that strangely enough, we are the only profession that can take a positive…
Read moreMy biggest Nightmare: Complicated Legacy Code without Unit Tests
Tell us a little bit about yourself. Hello, my name is Michał Kuliński. I’m a husband, father, member of a…
Read moreUnit Testing Horror Stories – Share Yours!
Yeah, we know unit testing is not always easy. With over 50,000 Typemock users worldwide, we’ve heard it all…
Read moreTesting the Untestable – Unit Testing Dependencies and Legacy Code (in C++)
When: Wednesday, June 13, 10:00 AM Eastern, 17:00 Israel You may have already started unit testing or at least understand…
Read moreTop 5 Unit Testing Problems in C++ Legacy Code and How to Solve Them
Like unit testing but sometimes it gives you problems? Well, even we admit that sometimes it can be difficult. Eli…
Read moreWho wants a FREE Typemock T-shirt?
Want to win a Typemock Unit Testing t-shirt? Join our webinar on tips for better unit testing and two recipients…
Read moreSupercharging Your Unit Testing
If you want to learn how to write better unit tests and test the untestable, watch Typemock’s webinar about Supercharging…
Read moreHow To: Fake an Abstract Class with Isolator++
When you declare an abstract class in C++, it looks like this: class AbstractClass { public: virtual int ReturnFive()…
Read more