#software-engineering
Read more stories on Hashnode
Articles with this tag
Arrow Code, Nested Conditions, switches, else, and many more · TL;DR: Don't use nested IFs or nested ternaries Problems Readability Default...
If your merge request has no test changed, you haven't finished your job · If your merge request has no test changed, you haven't finished your...
TL;DR: What are the Pros and Cons of using Linux Hello Linux Lovers! I will explain Linux in Five Levels (a child, a teen, a college student, a grad...
Behavior is repeated across the system. But we are missing a concept · TL;DR: Put together what belongs together Problems Addressed Code...
Classes are handy. We can call them and invoke them any time. Is this good? Problems Coupling Extensibility Hard to mock Solutions Use...
When an object changes its state the best solution is to change the attribute, isn't it? Problems Mutability Attributes...