Getting the right stuffing.
-
I realized, If I don't serialize the undo queue now it may never find its way into the project (much like undo and redo finding its way into the project). Are there other things like this that need to go in early or else you're, you know what?
-
I realized, If I don't serialize the undo queue now it may never find its way into the project (much like undo and redo finding its way into the project). Are there other things like this that need to go in early or else you're, you know what?
Deciding if you want your server error (WCF) reported to the client. If you are passing objects/lists they will be strongly typed, if you need to pass back an error object then you are passing vanilla objects. We decided what breaks on the server stays on the server. Error trapping in general, you do NOT want to have to touch every method and class after you decide on your strategy.
Never underestimate the power of human stupidity RAH