Monthly Archive: June 2016

What is loosely and tightly coupling?

In programming, we have the concept of coupling.  Coupling is the way two or more modules of our application relates to each other. Suppose that we are building a new application.  We can divide our application in tiers. One tier will be our user interface (UI). Another ties is our business...

Unit Testing Phrases

Unit Testing Phrases When we begin our journey doing Unit Testing and look at some articles or books, we usually end with a WTF in our mind.  Books and articles give us some phrases or wording that we do not understand.  I will try to throw you some of those...