|
|
|
|
|
by drran
1679 days ago
|
|
After a while, your code will be easier to reason about, you will learn how to use asserts and proper logs, and you will write much better error messages. Why I need to launch a debugger, when I can detect an error condition with assert and put relevant information into the error message? |
|