You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So far, I'm really liking Dark. It's not as easy a transition from writing backends in languages like Python and Golang as I thought. The trace-driven development makes sense, but I keep getting tripped up by accidentally using the wrong trace. One other thing that I'm confused about is doing validation on the request body on a POST/PUT request. Is there a mechanism for doing that, or am I supposed to assume the request will be correct every time? It would be nice to have an example for doing request validation. Also, is there any way to update a record in a database? Or do you need to delete and then re-create it?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
A user says:
Beta Was this translation helpful? Give feedback.
All reactions