Tag: Modularization

Clean Code Review Removing All the Extra Types

I recently came across an interesting post on the r/swift subreddit that featured an example of a “Clean Code” project, which doesn’t happen all too often. I was intrigued and decided to check it out on GitHub, then proceeded to download it, set it up, and try it myself. ...

Modularization of Android project in practice

In this article, I will demonstrate how I modularized my existing project, creating structure and clarity for both the project and myself. I’ll showcase this through a concrete example and how I broke down my project into modules. Basics of Modularization In a growing codebase, maintaina...