How can I refactor client side functionality to create a product line-like generic design?
- by Nupul
Assume the following situation similar to that of Stack Overflow: I have a system with a front-end that can perform various manipulations on the data (by sending messages to REST back-end):
Posting
Editing and deleting
Adding labels and tags
Now in the first version we created it well modularized but the need as of now for 'evolving' the system…