data-centric-computing / dcic-public

Repository for (for now) filing bug reports about DCIC.
19 stars 2 forks source link

consider extending partial function section #54

Open shriram opened 1 year ago

shriram commented 1 year ago

Discuss falsy values. Downside: may forget that falsy can occur. Upside: if you KNOW it can't, then you get cleaner code. But that needs upstream filtering. Can be overly conservative (eg, forget that racket string->number can handle complex), or overly liberal (eg, forget that Racket can't handle commas in numbers), plus assumes that won't change.