|
|
|
|
|
by troym
4465 days ago
|
|
> Making an action undoable often more than doubles the development cost of that feature. Every time I've added the feature, it's bordered on trivial (start a timer to execute the actual delete request, show a link to cancel the request, hide the DOM element). I suppose if you were doing all the work server-side, then yah, it would be difficult. But the way GOOG does it (IIRC) it's not that hard at all. |
|