top of page

Code Review. Vital to any software

 

GitHub is mean't to know everything about a project and the the progress made to it. My favorite feature of GitHub is what I call "code review". With GitHub it is so easy to look over a team member's code. I don't mean reviewing code that was done yesterday. You literally can have up to the second updates on project progress. The commits made by the team on your new feed are actually links to a page like this one on the left. The page displays the files that were changed and color codes the changes. Green color means that this is new code that was not there before. Red  color indicates code that was in the file but was removed. 

bottom of page