Santhosh Gandhe

Santhosh Gandhe

Santhosh Gandhe is an Engineering Manager for Bidding & Decisioning team, MDMP and Martech at Wayfair. In his role at the company, Santhosh works with Marketers, ML engineers and Data Engineers together building tools and services that automate the marketing spend decisions worth millions of dollars per year by processing large volumes of data.

November 30, 2022
Testing is the critical part of software development. Unit testing is usually where it starts. That’s because it is quick and easy to get started and builds the safeguard to protect the future code changes to ensure they are inline with the corner cases. It is also much easier to maintain. The biggest advantage of unit tests comes from forcing the developers to write modularized and testable code.
4 Min Read