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 ...