@[email protected] to Programmer [email protected] • 2 years agoI love it when I have to scream at a computerlemmy.worldimagemessage-square171fedilinkarrow-up11.72K
arrow-up11.72KimageI love it when I have to scream at a computerlemmy.world@[email protected] to Programmer [email protected] • 2 years agomessage-square171fedilink
minus-square@[email protected]linkfedilink2•2 years 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•2 years 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