@tsuica to Programmer [email protected] • 1 year agoI love it when I have to scream at a computerimagemessage-square170arrow-up11.77Karrow-down121
arrow-up11.75Karrow-down1imageI love it when I have to scream at a computer@tsuica to Programmer [email protected] • 1 year agomessage-square170
minus-square@[email protected]linkfedilink2•1 year agoOh, that sounds really cool! At what time does this validation happen? While you code, or later at build time?
minus-square@[email protected]linkfedilink3•1 year agoHappens at compile time! It’s relatively quick. You can also run a command to write the query results to file for offline type checking which is mostly useful for CI
Oh, that sounds really cool! At what time does this validation happen? While you code, or later at build time?
Happens at compile time! It’s relatively quick. You can also run a command to write the query results to file for offline type checking which is mostly useful for CI