Adnan Sabanovic
1 min readSep 10, 2018

--

If you are one of those who doesn’t have time to test, then the least you can do is to write major integration tests and work your way down to smaller chunks, unit tests.

Example would be to make a post request to your ajax call and expect the proper return. That’s the simplest thing you can do to get some comfort when deploying to production.

This will at least protect you from 500 errors.

Then when you have more time, break those down to unit tests

--

--

Adnan Sabanovic
Adnan Sabanovic

Written by Adnan Sabanovic

Just a tech guy involved in mastering life using mental and physical discipline. Journaling about productivity, personal development and overall growth. #Life

Responses (1)