GitHub Protips: Tips, Tricks, Hacks, And Secrets From Lee Reilly
- Lee Reilly tl;dr: Make your @mentions stand out, using dark theme, markdown formatting tips and more.featured in #181
Words Are Hard - An Essay on Communicating With Non-Programmers
- Michael Bryan tl;dr: Communicating engineering to non-programmers can be an important part of the job and, often, programmers shy away. Michael explains strategies and techniques he uses.featured in #171
featured in #169
featured in #169
featured in #169
Tech Lead Expectations for Engineering Projects
- Gergely Orosz tl;dr: Framework of how Gergely manages his team at Uber including the initial team setup, how risks are managed, stakeholder communication and more.featured in #166
featured in #166
A Comment Is An Invitation For Refactoring
- Gergely Orosz tl;dr: A comment is usually a sign that a piece of code needs refactoring. Greg wants us to ask "could I refactor the code to remove this comment?" The answer is typically yes. He highlights three common examples of comments.featured in #164
featured in #148
For Cleaner Code, Write Ugly Code
- Jessica Kerr tl;dr: When prototyping code, make it ugly. Generally speaking, the number of iterations correlates more closely to success than the total time spent. This way, you are forced to go revisit your code, streamline and beautify it.featured in #147