Tagged Questions
3
votes
2answers
114 views
Implements undoable command - Java
I'm currently programming a little text editor (project for school) and I'm having some troubles finding a good and clean way to manage the undoable commands.
(It is not a code review question as ...
3
votes
2answers
1k views
Storing the state of a complex object with Memento pattern (and Command)
I'm working on a small UML editor project, in Java, that I started a couple of months ago. After a few weeks, I got a working copy for a UML class diagram editor.
But now, I'm redesigning it ...