You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wonder if a class decorated with @app('/route') with init() and serve methods would allow one to get rid of the if-then checks and initialization that currently marries the view and model?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In examining the bean counter example and the Todo example, I notice that the model is initialized/instantiated in the
servemethod:or
I wonder if a class decorated with
@app('/route')withinit()andservemethods would allow one to get rid of theif-thenchecks and initialization that currently marries the view and model?Beta Was this translation helpful? Give feedback.
All reactions