Tech Debt
Sometimes the expression Tech Debt is used to reference lousy code. For example: code badly written or with no test coverage. But it is much more than that.
Sometimes the expression Tech Debt is used to reference lousy code. For example: code badly written or with no test coverage. But it is much more than that.
A decorator is used to extend or alter the functionality of objects at runtime by wrapping them in an object of a decorator class.
In this article, I’ll share an introduction on how to perform unit tests on Apple Pay implementation.
A brief explanation of what is open souce software, its history and what are the first steps to start contributing.
A few of the approaches on how to work using workflows with git.
A template method defines the steps of an algorithm and allows the redefinition of one or more of these steps by subclasses.