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
How is your team handling the tech debt? Are you putting them into sprints as individual tasks or is there a pool of tech debt that the devs work on over time? @smcmurtry
Unless the tech debt issue is a large one we haven't been representing these in trello. We are treating these similarly to bugs and working on them alongside the other sprint work.
Lifecycle methods like:
componentDidUpdate
,componentDidMount
, etc.These are really bad for causing bugs and we probably don't need to be using them.
The text was updated successfully, but these errors were encountered: