Dear new developer, Feedback loops are so important. (If you're not sure what that is, I'd recommend "Thinking in Systems".) These loops help systems improve. If you don't have feedback, you'll improve more slowly, in my experience. Why? Because you won't know what you are doing that is good and what is garbage. It's really … Continue reading Seek feedback loops
Tag: feedback
Don’t Shit on Someone Else’s Work
Dear new developer, There will come a time when you are looking at a system and trying to understand the choices behind it. You may be looking at a particular class, a subsystem, or a more fundamental choice, like the language or the system architecture. And you'll wonder what the hell the initial implementer was … Continue reading Don’t Shit on Someone Else’s Work
Patterns for managing up
Dear new developer, Design patterns are common ways to implement solutions that can be repurposed across different systems and domains. This post proposes patterns for handling organizational situations. Some really good excerpts: No matter how amazing you are at your job, you will sometimes get feedback about things you could be doing better. It can … Continue reading Patterns for managing up