I'm heartened to see the other answers are nearly unanimous that you should keep constraints enabled in your development.
I would add that your code needs to handle exceptions when an attempted data INSERT/UPDATE/DELETE causes a constraint violation. You need your work code to work correctly when (not if) this occurs in production. So you must enable constraints during development and testing.
