Source: wikibot/locally-testable-code

= Locally testable code
{wiki=Locally_testable_code}

Locally testable code refers to a concept in software development and programming that emphasizes the ability to verify or "test" components of code independently and in isolation from the rest of the system. The goal of locally testable code is to ensure that individual parts of the program can be tested without requiring the entire application to be executed or without needing extensive setups or dependencies.