tl;dr:10 things to help you code faster in Visual Studio including a tech debt tracker, an autocomplete tool, and a live share tool.
Click the link in this tweet to bypass the paywall.
tl;dr: A true senior developer understands the weak links in the codebase, whether that weak link is workable or needs to be fixed soon, where the technical debt lies and has the ability to teach others.
If you're paywalled, click the link in this tweet.
tl;dr:The pyramid of doom is a heavily nested, impossible to read, chunk of code 🤯 usually caused by several factors - lack of planning, basic programming knowledge, the "complicated code is smart" mentality, "fix it later" mindset. Each cause comes with a cure.