15 years ago
Highlights
Community contributions featured15 years ago
And the compiler will wistfully allow my stupidity until runtime then BOOM. I never found that to be a problem in practice. If it is used with object created by programmers whil…
15 years ago
I have used it once so far in a little VM. I used it for Mathematical operations. public object Add(dynamic lhs, dynamic rhs) { return lhs + rhs; } That was a lot faster to code…
15 years ago
15 years ago
Can you just make your history list of type "List<Object>"? You can store anything there. Then when someone hits Undo or Redo you just look at the most recent it…
15 years ago
Latest Activity
See all in DiscussionsAnd the compiler will wistfully allow my stupidity until runtime then BOOM. I never found that to be a problem …
15 years ago
I have used it once so far in a little VM. I used it for Mathematical operations. public object Add(dynamic …
15 years ago
Can you just make your history list of type "List<Object>"? You can store anything there. Then when someone hits Undo …
15 years ago