You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, if we had a separate (hypothetically) env_validate() function, then we could just thoroughly test that vs weird cases (e.g., via fuzzing), and we could call that early-on in main(). Then, most other functions could assume a reasonable environment, and we could simplify a few things (and hopefully make error handling simpler).
Sounds like, at least, a reasonable consideration…
The text was updated successfully, but these errors were encountered:
So, if we had a separate (hypothetically)
env_validate()
function, then we could just thoroughly test that vs weird cases (e.g., via fuzzing), and we could call that early-on inmain()
. Then, most other functions could assume a reasonable environment, and we could simplify a few things (and hopefully make error handling simpler).Sounds like, at least, a reasonable consideration…
The text was updated successfully, but these errors were encountered: