Good Design for Software Development
Clean 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 ...
redwan98.hashnode.dev2 min read