All Questions
2 questions
1vote
2answers
157views
Critique on design principle and validity of such in general
I was hoping you could give some feedback on an idea I had for designing functions. I am trying to think of a unifying principle for choosing what functions should return. The specific project is ...
5votes
1answer
644views
Command pipeline design question - where to place validation?
Here is the situation: I have a database and a class that is basically a representation of a set of fields of different tables in it. Let's call it Message. "Message" does not know of the database ...