Comment by K0balt
I’m constantly “taking the pedals off” in debugging or even just leaving them off in development. I’m a big believer of getting core functionality tested and working before stapling on more layers. But you have to be careful. Identifying the actual core functionality is often counterintuitive… sometimes the API is the core functionality, and the data processing pipeline is the add on.