HMI-Studios / CivCloneJS

3 stars 1 forks source link

Decide on Silent Fails vs. Throwing Errors #184

Closed kjniemela closed 10 months ago

kjniemela commented 10 months ago

Currently, most functions on the backend fail silently, simply taking no action if given bad data. Do we want this to be the case, or do we instead want to start throwing errors, which we can then catch and log?