Open Dr4k3z opened 2 months ago
I'd like to improve the way I currently handle errors and warnings. Maybe assert() fits the role?
assert()
https://stackoverflow.com/questions/37473/how-can-i-assert-without-using-abort
check this out
I'd like to improve the way I currently handle errors and warnings. Maybe
assert()
fits the role?