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
From a conversation with David Baumgold in the ccx channel in Slack:
I don’t think you’re using Backbone’s View system properly, to _render_ the client-side templates.
The whole point of a templating system is to avoid having to do complicated mutation of the DOM structure after the fact.
doing that complicated mutation quickly becomes difficult to read, and makes it harder to maintain the code
The text was updated successfully, but these errors were encountered:
From a conversation with David Baumgold in the ccx channel in Slack:
The text was updated successfully, but these errors were encountered: