Author

Blake Riosa

[guest author fields > title]

Blake is a developer on the Confluence team in Sydney. Aside from programming, he’s passionate about creating great user experiences and understanding great products. He started programming with Game Maker 6.1 and to this day, outside of work you will probably find him prototyping his next big game idea.


Warning: Undefined array key “carousel” in /srv/users/atlassian/apps/atlassianstaging/public/wp-content/plugins/curator/dist/feed/render.php on line 68

Warning: Trying to access array offset on value of type null in /srv/users/atlassian/apps/atlassianstaging/public/wp-content/plugins/curator/dist/feed/render.php on line 68

The (written) unwritten guide to pull requests

Code review is a very important part of the software development cycle. On Bitbucket and other source code management systems, pull requests are used to review code on branches before it reaches master. Code review is also one of the most difficult and time-consuming part of the software development process, often requiring experienced team members […]