Breaking dependencies in C#

What are some common refactoring techniques that make the code more testable? Refactoring is the act of changing the code without changing the code's functionality. Before we get started, let's go through the definition of the objects used in a automated testing: Mocks are simplified objects of their production counterparts which look and behave like … Continue reading Breaking dependencies in C#

Weight control: gaining muscle, losing fat

I am currently reading The New Encyclopedia of Modern Bodybuilding by Arnold Schwarzenegger and I will summarize what I have learned in a series of posts about health, nutrition and diet. I highly recommend reading the book. This is part 3 and alsoย the last part where I learn about weight control for gaining muscle and … Continue reading Weight control: gaining muscle, losing fat