---
title: "software-design"
author: "Mohammad Abu Mattar"
canonical: https://mkabumattar.com/blog/tags/software-design
---

[All Tags](/blog/tags)

2Articles

# #Software design

[Home](/)›[All Posts](/blog)›[All Tags](/blog/tags)›[Software design](/blog/tags/software-design)

Tag

# #Software design

[![Why You Should Not Use Else Statements in Your Code](/_astro/hero.BtqcHltO_2kocMc.webp)](/blog/post/why-you-should-not-use-else-statements)

## [Why You Should Not Use Else Statements in Your Code](/blog/post/why-you-should-not-use-else-statements)

-   [Mohammad Abu Mattar](/authors/mohammad-abu-mattar)
-   [Software Engineering](/blog/categories/software-engineering)
-   [Programming Best Practices](/blog/categories/programming-best-practices)
-   [Code Quality](/blog/categories/code-quality)
-   [Refactoring](/blog/categories/refactoring)
-   Published: 24 May, 2024

In software engineering, how you structure your code can significantly impact its readability, maintainability, and overall quality. One often-debated topic is the use of else statements. While they s

[#Guard Clauses](/blog/tags/guard-clauses)[#Else Statements](/blog/tags/else-statements)[#Clean Code](/blog/tags/clean-code)+6 tags

[read more](/blog/post/why-you-should-not-use-else-statements)

[![Software Engineering Principles Every Developer Should Know](/_astro/hero.D6DACa0__Z5aYys.webp)](/blog/post/software-engineering-principles-every-developer-should-know)

## [Software Engineering Principles Every Developer Should Know](/blog/post/software-engineering-principles-every-developer-should-know)

-   [Mohammad Abu Mattar](/authors/mohammad-abu-mattar)
-   [Software Engineering](/blog/categories/software-engineering)
-   [Programming Principles](/blog/categories/programming-principles)
-   [Code Quality](/blog/categories/code-quality)
-   [Best Practices](/blog/categories/best-practices)
-   Published: 20 May, 2024

In the dynamic world of software development, certain principles stand the test of time, guiding developers towards creating robust, maintainable, and efficient code. Let's delve into these principles

[#DRY Principle](/blog/tags/dry-principle)[#KISS Principle](/blog/tags/kiss-principle)[#YAGNI Principle](/blog/tags/yagni-principle)+5 tags

[read more](/blog/post/software-engineering-principles-every-developer-should-know)
