DEV Community

# cleancoding

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
The Saga Pattern in Microservices

The Saga Pattern in Microservices

Comments
3 min read
Como Melhorar seu Código Java: 7 Boas Práticas e Padrões de Desenvolvimento

Como Melhorar seu Código Java: 7 Boas Práticas e Padrões de Desenvolvimento

Comments
6 min read
The Art of Clean Code: A Practical Guide to Writing Maintainable JavaScript

The Art of Clean Code: A Practical Guide to Writing Maintainable JavaScript

152
Comments 39
3 min read
Centralized API Logic in Next.js with an External Backend

Centralized API Logic in Next.js with an External Backend

Comments
2 min read
Methodical Naming in React: How It Improves Code Organization

Methodical Naming in React: How It Improves Code Organization

Comments
3 min read
Flexible C# with OOP Principles:Simplified State Management

Flexible C# with OOP Principles:Simplified State Management

Comments
3 min read
Refactoring: How to improve legacy code one step at a time. Starting with "if statements".

Refactoring: How to improve legacy code one step at a time. Starting with "if statements".

Comments
4 min read
C# Clean Code: Commenting Conventions

C# Clean Code: Commenting Conventions

Comments
2 min read
Flexible C# with OOP Principles:Assessing Improvement in Account State Management with the State Design Pattern in C#

Flexible C# with OOP Principles:Assessing Improvement in Account State Management with the State Design Pattern in C#

1
Comments
4 min read
Mastering Dependency Injection in .NET 8: Best Practices and Proven Patterns for Cleaner Code

Mastering Dependency Injection in .NET 8: Best Practices and Proven Patterns for Cleaner Code

5
Comments
2 min read
Letter to my team: Fighting software decay

Letter to my team: Fighting software decay

Comments
3 min read
The Golden Rule of Clean Code: Functions Should Do One Thing

The Golden Rule of Clean Code: Functions Should Do One Thing

Comments
2 min read
Domain-Centric Architecture: Building Software That Aligns With Business Needs

Domain-Centric Architecture: Building Software That Aligns With Business Needs

7
Comments
4 min read
c# clean code: Guide to Defining and Structuring Classes

c# clean code: Guide to Defining and Structuring Classes

5
Comments 1
3 min read
Understanding the State Design Pattern P3

Understanding the State Design Pattern P3

2
Comments
4 min read
Understanding the State Design Pattern P5

Understanding the State Design Pattern P5

1
Comments
5 min read
c# Clean Code: Why Readable Code Matters and How to Achieve It

c# Clean Code: Why Readable Code Matters and How to Achieve It

2
Comments
3 min read
Flexible C# with OOP Principles: Simplifying Account State Management with the State Design Pattern and Callbacks

Flexible C# with OOP Principles: Simplifying Account State Management with the State Design Pattern and Callbacks

3
Comments
5 min read
Flexible C# with OOP Principles:Simplifying Complex Code with the State Design Pattern

Flexible C# with OOP Principles:Simplifying Complex Code with the State Design Pattern

1
Comments
4 min read
c# clean code: Writing Efficient LINQ Queries

c# clean code: Writing Efficient LINQ Queries

3
Comments
2 min read
Flexible C# with OOP Principles: Reducing Complexity in OOP with State-Based Logic

Flexible C# with OOP Principles: Reducing Complexity in OOP with State-Based Logic

1
Comments
2 min read
c# Clean Code: Best Practices for new, Operators, and using

c# Clean Code: Best Practices for new, Operators, and using

4
Comments
4 min read
Best Practices for Writing Clean React Code with Examples

Best Practices for Writing Clean React Code with Examples

Comments 2
4 min read
JavaScript Code Ethics: Writing Clean, Ethical Code

JavaScript Code Ethics: Writing Clean, Ethical Code

11
Comments 1
4 min read
C# Clean Code: using var guide lines

C# Clean Code: using var guide lines

6
Comments
2 min read
✍️ Code Comments

✍️ Code Comments

Comments
3 min read
C# Clean Code: SOLID Principles

C# Clean Code: SOLID Principles

8
Comments 1
5 min read
C# Clean Code: Why You Should Embrace YAGNI for Efficient Development

C# Clean Code: Why You Should Embrace YAGNI for Efficient Development

2
Comments
2 min read
C# Clean Code: KISS ( Keep It Simple, Stupid)Principle

C# Clean Code: KISS ( Keep It Simple, Stupid)Principle

1
Comments
3 min read
c# Clean Code: Writing Code That Humans Can Understand

c# Clean Code: Writing Code That Humans Can Understand

Comments
3 min read
What is Clean Code?

What is Clean Code?

20
Comments 9
3 min read
1 - Clean Architecture: A Simpler Approach to Software Design

1 - Clean Architecture: A Simpler Approach to Software Design

Comments
4 min read
Setting Up ESLint and Prettier for Consistent Code Quality and Formatting

Setting Up ESLint and Prettier for Consistent Code Quality and Formatting

1
Comments
2 min read
Introducing a CLI Tool for Automatically Detecting Unused Unleash Flags

Introducing a CLI Tool for Automatically Detecting Unused Unleash Flags

Comments
2 min read
Effective Code Review

Effective Code Review

6
Comments
2 min read
Deep Dive into Clean Architecture: A Fresh Perspective on Android and Beyond!

Deep Dive into Clean Architecture: A Fresh Perspective on Android and Beyond!

Comments
1 min read
The Art of Writing Clean Functions: Clean Code Practices

The Art of Writing Clean Functions: Clean Code Practices

Comments
3 min read
What is Clean Architecture: Part 15-Understanding the Infrastructure and Persistence Layers

What is Clean Architecture: Part 15-Understanding the Infrastructure and Persistence Layers

2
Comments 2
3 min read
Clean Code vs Best Practices: What’s the Difference?

Clean Code vs Best Practices: What’s the Difference?

3
Comments 2
4 min read
Clean Architecture Demystified: A Practical Guide for Software Developers

Clean Architecture Demystified: A Practical Guide for Software Developers

Comments
5 min read
The Hidden Dangers of Programming: A Lesson From Childhood 🛠️💻

The Hidden Dangers of Programming: A Lesson From Childhood 🛠️💻

5
Comments
3 min read
How to Design Utility Classes in Java?

How to Design Utility Classes in Java?

6
Comments
4 min read
Implementando Clean Architecture com TypeScript

Implementando Clean Architecture com TypeScript

4
Comments 2
3 min read
Implementing Clean Architecture with TypeScript

Implementing Clean Architecture with TypeScript

3
Comments
3 min read
How to mock a hidden dependency

How to mock a hidden dependency

2
Comments
2 min read
Crafting Clarity: A Journey into the World of Clean Code Code Needs Care!🤯

Crafting Clarity: A Journey into the World of Clean Code Code Needs Care!🤯

2
Comments
4 min read
Building Software that’s Efficient, Intuitive, and Seamless

Building Software that’s Efficient, Intuitive, and Seamless

Comments
2 min read
Craft Clear and Maintainable Code: Getting started with Clean Coding

Craft Clear and Maintainable Code: Getting started with Clean Coding

2
Comments
19 min read
Clean Architecture: Business rules first!

Clean Architecture: Business rules first!

2
Comments
5 min read
Clean Architecture : Infrastructure vs Core

Clean Architecture : Infrastructure vs Core

5
Comments
5 min read
Demystifying Clean Architecture: Fundamentals and Benefits

Demystifying Clean Architecture: Fundamentals and Benefits

1
Comments
5 min read
Could we stop prefixing booleans with the verb ?

Could we stop prefixing booleans with the verb ?

Comments
2 min read
DTO vs VO in PHP

DTO vs VO in PHP

18
Comments 5
4 min read
Evolutive Design: A new approach to conceive complex system.

Evolutive Design: A new approach to conceive complex system.

Comments
7 min read
Decoding the Law of Demeter through Real-World Example

Decoding the Law of Demeter through Real-World Example

Comments 1
1 min read
Go 1.22: Melhorias no laço For

Go 1.22: Melhorias no laço For

1
Comments
1 min read
The difference between clean code and clean architecture?

The difference between clean code and clean architecture?

6
Comments
2 min read
Coping with i18n

Coping with i18n

1
Comments 1
7 min read
Clean your code! Thank me later..

Clean your code! Thank me later..

1
Comments 1
3 min read
Dependency Injection in Flutter: implementing the Dependency Inversion principle

Dependency Injection in Flutter: implementing the Dependency Inversion principle

Comments
3 min read
loading...