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
-
In examining the bean counter example and the Todo example, I notice that the model is initialized/instantiated in the
serve
method:or
I wonder if a class decorated with
@app('/route')
withinit()
andserve
methods would allow one to get rid of theif-then
checks and initialization that currently marries the view and model?Beta Was this translation helpful? Give feedback.
All reactions