Rank 2: Process
If I want to validate the data users can put in the database I have to use functions.
Is there a better way to do data validation then initiating ZOD in every single function and adding a schema for every function individually?
I also believe that this could waste a lot of resources.