Comment by throwawaymaths

Comment by throwawaymaths a day ago

0 replies

i would agree with the push ifs up except if youre doing options parsing. having a clean line of flow that effectively updates a struct with a bunch of "maybe" functions is much better if youre consistent with it.

anywhere else, push ifs up.