DEV Community

# cleancode

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
Clean Code no Front-end

Clean Code no Front-end

9
Comments
5 min read
Static Factories: When Static Methods Shine (And Why They're Not Always Evil)

Static Factories: When Static Methods Shine (And Why They're Not Always Evil)

Comments
2 min read
Interface Segregation Principle in C#: Build Interfaces People Actually Want to Use

Interface Segregation Principle in C#: Build Interfaces People Actually Want to Use

1
Comments
2 min read
Static x OOP

Static x OOP

Comments
2 min read
Simplicity’s Irony: When inaccurate modeling creates needless complexity

Simplicity’s Irony: When inaccurate modeling creates needless complexity

Comments
6 min read
🚀 Why Use SonarQube in Your Development Workflow?

🚀 Why Use SonarQube in Your Development Workflow?

1
Comments
2 min read
25 Senior Developer Tips to Boost .NET Productivity

25 Senior Developer Tips to Boost .NET Productivity

5
Comments
1 min read
A Deep Dive into Laravel: Str Helper Methods

A Deep Dive into Laravel: Str Helper Methods

1
Comments
2 min read
The Art of Programming: More Than Just Writing Code

The Art of Programming: More Than Just Writing Code

Comments
3 min read
Streamlining Exception Handling in Spring Boot

Streamlining Exception Handling in Spring Boot

Comments
3 min read
I love deleting code

I love deleting code

Comments
1 min read
Liskov Substitution Principle in C#: Subclass Without Surprises

Liskov Substitution Principle in C#: Subclass Without Surprises

Comments
2 min read
Open/Closed Principle in C#: Making Your Code Flexible Without Breaking Stuff

Open/Closed Principle in C#: Making Your Code Flexible Without Breaking Stuff

Comments
3 min read
Single Responsibility Principle in C#: Writing Classes That Do One Thing Well

Single Responsibility Principle in C#: Writing Classes That Do One Thing Well

Comments
3 min read
Announcing Kapper 1.2: Cleaner Transactions with Less Boilerplate

Announcing Kapper 1.2: Cleaner Transactions with Less Boilerplate

Comments
2 min read
Graph mess: what does ScottPlot have in store?

Graph mess: what does ScottPlot have in store?

Comments
8 min read
State Pattern na prática - pare de sofrer com lógicas de estado bagunçadas

State Pattern na prática - pare de sofrer com lógicas de estado bagunçadas

Comments
4 min read
Writing Clean Code in PHP: SOLID Principles Explained

Writing Clean Code in PHP: SOLID Principles Explained

Comments
3 min read
Naming Conventions

Naming Conventions

Comments
1 min read
Enums in Java: The Key to Cleaner, Safer Code

Enums in Java: The Key to Cleaner, Safer Code

Comments
1 min read
Mastering the Strategy Pattern with a Car Example 🚗⚙️

Mastering the Strategy Pattern with a Car Example 🚗⚙️

6
Comments
2 min read
Thinking about Exceptions

Thinking about Exceptions

2
Comments
2 min read
10 Essential Clean Code Rules for Every Developer

10 Essential Clean Code Rules for Every Developer

Comments
2 min read
Applying Clean Arch in Laravel

Applying Clean Arch in Laravel

1
Comments 3
3 min read
When to Choose Inheritance vs. Composition

When to Choose Inheritance vs. Composition

Comments
4 min read
loading...