Why Your Team Feels Slow (Even If Everyone Is Good)
The engineering manager sat across from me with a look I've seen too many times. "I don't understand...
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3353748) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Gavin Cettolo Posted on Jun 30 Why Your Team Feels Slow (Even If Everyone Is Good) #career #productivity #devops #webdev Clean Code for Business - EN (6 Part Series) 1 Code doesn’t quit, but people do: Clean Code, Technical Debt, and the Bus Factor 2 Bad Code Is a High-Interest Loan: How Technical Debt Slowly Kills Team Velocity ... 2 more parts...
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).