
How to Make Git History Useful to Humans
Make sure you’re doing this consistently, because down the line it makes a big difference to somebody digging through git history.
Code quality content on the Revelry Blog: Navigate our lab notes by using the tag system.
Make sure you’re doing this consistently, because down the line it makes a big difference to somebody digging through git history.
Coding without if-statements is one method for learning other ways to structure your code. That doesn’t mean never use if-statements. Being careful with conditional logic makes better code. Here’s why.
Review your own code first before sending it for peer reviews. Here’s how to change the lens through which you’re inspecting your code.