ManOnDaMoon
Well-known member
Hi!
What do you think about giving Likes their own DataWriter?
Currently, insertions are handled directly within the Model class. Implementing a simple DataWriter class would enable us developers to extend the system with more fields related to Likes, and would ease the extension with the help of postSave and postDelete methods.
Or was the actual implementation chosen for better performance purposes?
Thanks for taking the time to read this.
What do you think about giving Likes their own DataWriter?
Currently, insertions are handled directly within the Model class. Implementing a simple DataWriter class would enable us developers to extend the system with more fields related to Likes, and would ease the extension with the help of postSave and postDelete methods.
Or was the actual implementation chosen for better performance purposes?
Thanks for taking the time to read this.
Upvote
0