Tag Archives: review

[Book Review] Refactoring: Improving the Design of Existing Code

Whether you’re working on an old codebase or a three-month old project, you most likely found yourself in a situation where you found the codebase confusing and hard to follow. You probably found code smells, duplications and massive classes. You knew you had to refactor it. There’s one book that… Read more »

Automated Code Review With codebeat

      No Comments on Automated Code Review With codebeat

Code reviews are an important part of our day-to-day life as developers. They improve the codebase and they help us learn. When we review code, especially when we’re under pressure, we could rush things and make mistakes or oversights. Fortunately, there’s a tool that can review the code for us…. Read more »

[Book Review] App Architecture: iOS Application Design Patterns in Swift

I read a nice little book recently about architectural design patterns on iOS. The book was written by the well-known trio behind the objc.io website; Florian, Matt and Chris. It’s called App Architecture: iOS Application Design Patterns in Swift. We’ll do a quick review of the book in this article…. Read more »