Dependency Injection on Testing

Fear of needles, known in medical literature as needle phobia, is the extreme fear of medical procedures involving injections or hypodermic needles. Wikipedia Dependency injection solves properly interdependence between components, and improves de design of the implementation making easier maintenance and test-ability. This post is intended to understand dependency injection with a practical case onContinue reading “Dependency Injection on Testing”

Test-driven development / Hands-on

“Les doutes, c’est ce que nous avons de plus intime.” Albert Camus. Building software, following the principles of TDD (Test-Driven Development) will help to assure the quality along all the development process and complemented with Integration Test, and Continuous Integration, good practices and methodology. This posts is intended to explain this subject. Software development isContinue reading “Test-driven development / Hands-on”