Dr4k3z / option-calibration

0 stars 0 forks source link

Enable/Disable warnings and errors #8

Open Dr4k3z opened 2 months ago

Dr4k3z commented 2 months ago

I'd like to improve the way I currently handle errors and warnings. Maybe assert() fits the role?

Dr4k3z commented 2 months ago

https://stackoverflow.com/questions/37473/how-can-i-assert-without-using-abort

check this out