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…

--

--