RHRedwan Hasaninredwan98.hashnode.dev·Sep 14, 2025 · 3 min readBloaters CodeHave 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...00
RHRedwan Hasaninredwan98.hashnode.dev·Sep 14, 2025 · 2 min readGood Design for Software DevelopmentClean Code Code should be clean and simple so that someone can read it like a story without putting in much effort to understand what’s going on. It should avoid duplication, as duplication makes the code unnecessarily long without adding value. Use ...00