Sep 14, 2025 · 3 min read · Have you ever tried to review or use someone else’s code and felt puzzled about where a class or function starts and ends? Sometimes the class is so big that you need a pen and paper just to understand what’s going on! This is a code smell called blo...
Join discussionAug 4, 2025 · 3 min read · When you’re just starting out, the goal is simple: “Just make it work.” But as your codebase grows, that goal shifts. Now it’s about: “Make it clean.” This post kicks off a four-part series focused on writing clean, maintainable, and scalable code. A...
Join discussion
Aug 29, 2022 · 2 min read · The code quality of software applications is usually affected during any new or existing feature development or in various redesign/refactoring efforts to adapt to a new design or counter technical debts. At the same time, the rapid adoption of Micro...
Join discussion