pierce-smith1 / yok.scr

the doughbyte-themed windows screensaver
https://doughbyte.com/aut/yokscr
11 stars 1 forks source link

Introduce a standard for run-time error checks #41

Open pierce-smith1 opened 8 months ago

pierce-smith1 commented 8 months ago

My philosophy so far on this project has been "don't write shit down wrong," which has served us pretty well so far, but because of the wild goose chase that C++ errors are, maybe it's time to at least think about doing some actual run-time sanity checking to make catching these mistakes easier.

We'll need to come up with a standard for doing this. Some options: