Software Engineering

  • Write Merge Requests Like You’re Posting to Instagram

    Merge requests (or pull requests) are a huge part of a team’s development process. It’s the main gatekeeper preventing developers from throwing whatever they want into the default branch. It’s also a reference to the history and understanding of the changes someone is making to an application, giving code reviewers and testers more confidence in…