All Quotes

# developer-experience7 quotes

DEVELOPER-EXPERIENCE

I built Sentry at Dropbox because I was tired of finding out about bugs from angry customer support tickets. By the time a user complains, 1,000 other users already hit the same error and left silently.

Our SDK takes 2 minutes to install. Your first error notification arrives 5 minutes later. If enterprise software took this long to show value, every SaaS company would be profitable.

The best security tool is one developers actually want to use. If it slows them down, they will find a way around it. If it helps them, they will evangelize it.

The best DX leads to the best UX. Happy developers build better products for users.

Setting up a development environment should not be harder than the actual development.

Every great developer tool starts by making one thing 10x easier. For us, that was testing APIs.

Database branching is Git for your schema. Deploy database changes the same way you deploy code.