
Human Readable Xcode Test Results with Slather
Unit testing is invaluable in helping us to identify problems early in the development cycle, both in terms of the implementation and the specification. It also facilitates change,…

How to do code reviews?
Code review is one of the most important steps in developing software. It's the process which written code is being reviewed and corrected by other developers.The main goal…
