All Questions
1 question
-3
votes
1
answer
430
views
Is throwing exceptions in Debug mode a bad idea? [closed]
I am working in an iOS project which have two schemes enabled from configurations,
Release
Debug
As you know Debug scheme is used for developers while developing features and testing etc. However, ...