The Shift Left Principle

Omkar Birade
2 min readJul 29, 2021

The principle of Shift Left is to take a task that’s traditionally done at a later stage of the process and perform that task at earlier stages.

It is an awesome terminology that can be applied in various fields but is most popular in software development.

In software development, Shift Left is a practice intended to find and prevent defects early in the software delivery process. The idea is to improve quality by moving tasks to the left as early in the lifecycle as possible. Shift Left testing means testing earlier in the software development process.

The idea is to find bugs early on so as to save the time, money and effort to fix them in later stages

Source: https://www.olenick.com/blog/articles/assure-quality-by-adopting-a-shift-left-mindset/

Reference links:

--

--