reblocks icon indicating copy to clipboard operation
reblocks copied to clipboard

Document using Weblocks with Mito (double metaclass inheritance)

Open vindarel opened this issue 7 years ago • 2 comments

https://stackoverflow.com/questions/53694551/common-lisp-multiple-metaclasses

self-assigned to me.

Or document only in the Cookbook ?

vindarel avatar Dec 12 '18 15:12 vindarel

This could be an interesting solution, however, I think it is better to include a model object into in widget object and separate code responsible for business logic and for rendering.

svetlyak40wt avatar Dec 13 '18 04:12 svetlyak40wt

Hi.

Perhaps document usage of mito in conjunction with the tasks app in the quickstart. There already is an in-memory state (a list of tasks), all it needs is persistence. Mito would track name and todo-status, aswell as automatically add created_at and modified_at fields. Could be a nice example.

Anyway, I think that's a place where it would fit nicely in with the other material you already have.

(I asked the inital SO question)

osktyn avatar Mar 01 '19 11:03 osktyn