Donation as Human + Engineering Efficiency
Developers deal with fragmentation all the time—not just in code, but in real life too. Small...
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 === 3511924) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Rad Code Posted on May 1 Donation as Human + Engineering Efficiency #fragmentation #engineering #card #donation Developers deal with fragmentation all the time—not just in code, but in real life too. Small balances scattered across systems that never quite add up to something usable. In my case, I had $31.86 spread across 9 different gift cards.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).