SIH Tech Tidbits

Useful tips, libraries and tools from the Sydney Informatics Hub team

#code review Articles


Cleaning a git diff

Code review is easiest when the changes offered by a head branch onto a base branch are focussed on a single purpose of change. When they are not, the diff …