process in which the smallest testable parts of an application, called units, are individually and independently scrutinized for proper operation. Unit testing can be done manually but is often automated. BASICS
relies on the repetition of a very short development cycle: requirements are turned into very specific test cases, then the software is improved to pass the new tests, only. BASICS WHAT’S TDD?
reinvent the wheel. For most of the languages, we have unit testing frameworks, Unit testing is not about the language it's about improving your codebase and architecture. For today its PHPUnit
different aspects of a problem. GREATLY HANDS-ON GO BEYOND The more you are able to loop through, the higher chance you have for good results. ALWAYS ITERATIVE LOOP THROUGH