cs2103aug2014-w13-2j / main

To-Do list program for CS2103T @ NUS
MIT License
1 stars 0 forks source link

[Undo/Redo] Code Storage methods to cater for undo/redo operations in Command class #46

Closed ZiXian92 closed 10 years ago

ZiXian92 commented 10 years ago

Code methods that allow SLAP to be applied in Command class(ie. push complexity of work to Storage class)

ZiXian92 commented 10 years ago

No extra methods needed. Usage of existing methods for Command.execute() can be extended to implement Command.undo() and Command.redo().