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
Right now commands and queries don't have constructors which is some kind of a weird approach that we stuck with together with my old team even though we all agreed they should have them. I kept doing the same thing for no particular reason.
As a part of this task we should:
make sure that commands and queries have private fields
make sure that commands and queries have strong constructors
make sure that command and query handlers check for zero value of command/query
The text was updated successfully, but these errors were encountered:
Right now commands and queries don't have constructors which is some kind of a weird approach that we stuck with together with my old team even though we all agreed they should have them. I kept doing the same thing for no particular reason.
As a part of this task we should:
The text was updated successfully, but these errors were encountered: