DEV Community

# cleancode

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Decoupling in Java

Decoupling in Java

1
Comments
4 min read
Principios SOLID VI: Principio de inversión de dependencias

Principios SOLID VI: Principio de inversión de dependencias

Comments
3 min read
🏰 Building the Perfect Sandcastle: A 5-Year-Old's Guide to Clean Architecture 🏰

🏰 Building the Perfect Sandcastle: A 5-Year-Old's Guide to Clean Architecture 🏰

Comments
3 min read
Principios SOLID I: Primero, no seas STUPID

Principios SOLID I: Primero, no seas STUPID

Comments
3 min read
Washing your code: avoid comments

Washing your code: avoid comments

Comments 2
6 min read
Tips to Use Constants File in TypeScript

Tips to Use Constants File in TypeScript

5
Comments
2 min read
Lessons from “Clean Code”

Lessons from “Clean Code”

6
Comments 1
9 min read
Creating a DTO with Traits in PHP

Creating a DTO with Traits in PHP

5
Comments
4 min read
The Power of Small and Focused Functions in Software Development

The Power of Small and Focused Functions in Software Development

Comments
4 min read
A clean frontend architecture for React and Redux

A clean frontend architecture for React and Redux

18
Comments
4 min read
Mutable or Immutable: Understanding JavaScript's Yin and Yang

Mutable or Immutable: Understanding JavaScript's Yin and Yang

1
Comments
2 min read
Eu e o Clean Code (o livro) – Parte 1: Catequização

Eu e o Clean Code (o livro) – Parte 1: Catequização

1
Comments
11 min read
C# code refactoring - the importance of naming convention

C# code refactoring - the importance of naming convention

Comments
3 min read
[Design Pattern] Chain of responsibility in Typescript with real world example

[Design Pattern] Chain of responsibility in Typescript with real world example

Comments
3 min read
How to DRY Up Your NestJS DTOs

How to DRY Up Your NestJS DTOs

2
Comments
2 min read
Creating Immutable Objects in PHP: A Look at Private Constructor and Public Readonly

Creating Immutable Objects in PHP: A Look at Private Constructor and Public Readonly

Comments
3 min read
Clean Code: Multiple exports, single import!

Clean Code: Multiple exports, single import!

5
Comments
1 min read
The SOLID way to code

The SOLID way to code

Comments
5 min read
CSS Specificity: A Key to Writing Efficient CSS Code

CSS Specificity: A Key to Writing Efficient CSS Code

3
Comments 1
2 min read
Clean Code, yes or no?

Clean Code, yes or no?

Comments
2 min read
Code Refactoring: Mastering Best Practices for Enhancing Software Quality and Maintainability

Code Refactoring: Mastering Best Practices for Enhancing Software Quality and Maintainability

Comments
3 min read
CSS - Convenciones de nombres: BEM, SUIT CSS y Title CSS

CSS - Convenciones de nombres: BEM, SUIT CSS y Title CSS

1
Comments
8 min read
Introduction To Design Patterns

Introduction To Design Patterns

2
Comments
2 min read
Best practices for refactoring legacy code to make it more maintainable and easier to work with

Best practices for refactoring legacy code to make it more maintainable and easier to work with

12
Comments 2
7 min read
Principios SOLID V: Principio de segregación de interfaces

Principios SOLID V: Principio de segregación de interfaces

Comments
2 min read
React Clean Code with Absolute Imports

React Clean Code with Absolute Imports

17
Comments 3
3 min read
Código limpo de milhões!

Código limpo de milhões!

5
Comments
4 min read
Principios SOLID II: Principio de responsabilidad única

Principios SOLID II: Principio de responsabilidad única

Comments
3 min read
Flags In Programming

Flags In Programming

Comments
4 min read
Stop Using if..else

Stop Using if..else

1
Comments
5 min read
Naming Matters: The Importance of Good Naming in Clean Code

Naming Matters: The Importance of Good Naming in Clean Code

1
Comments
4 min read
Mastering Java: A Comprehensive 4-Part Series to Build Your Programming Skills

Mastering Java: A Comprehensive 4-Part Series to Build Your Programming Skills

1
Comments
2 min read
Clean Architecture - O inicio da Jornada

Clean Architecture - O inicio da Jornada

1
Comments
5 min read
What are some good practices for writing clean and maintainable code?

What are some good practices for writing clean and maintainable code?

1
Comments
1 min read
Reusable Loading component in React

Reusable Loading component in React

Comments
8 min read
How to write clean code in Laravel?

How to write clean code in Laravel?

Comments
4 min read
Learnings From Clean Code

Learnings From Clean Code

3
Comments
4 min read
SOLID Principles

SOLID Principles

1
Comments
2 min read
Serverless & Well Architected

Serverless & Well Architected

4
Comments
8 min read
Desestructuración en ES6, consejos para obtener un código limpio

Desestructuración en ES6, consejos para obtener un código limpio

Comments
4 min read
Programa en Javascript como una persona Pro

Programa en Javascript como una persona Pro

2
Comments
3 min read
The Importance of Clean Code in JavaScript/TypeScript

The Importance of Clean Code in JavaScript/TypeScript

1
Comments
2 min read
Split your code into phases

Split your code into phases

3
Comments
3 min read
Kotlin Code Smell 017 - Pattern Abusers

Kotlin Code Smell 017 - Pattern Abusers

Comments
1 min read
Padrão - Flyweight

Padrão - Flyweight

Comments
3 min read
Is global data bad?

Is global data bad?

1
Comments 7
4 min read
Cleaner Code & Refactoring Tools (C# & Rider)

Cleaner Code & Refactoring Tools (C# & Rider)

1
Comments
2 min read
How to simplify your if statements

How to simplify your if statements

15
Comments 10
1 min read
Hyrum's law

Hyrum's law

Comments
2 min read
Binary sizes and RTTI

Binary sizes and RTTI

3
Comments 1
6 min read
Clean code, de Avril Lavigne a batatas

Clean code, de Avril Lavigne a batatas

7
Comments 3
12 min read
You probably don't need loops

You probably don't need loops

2
Comments
3 min read
Write Readable Code with Descriptive Naming Convention in Flutter

Write Readable Code with Descriptive Naming Convention in Flutter

1
Comments
3 min read
Why Consistent Code Structure is Important in Flutter

Why Consistent Code Structure is Important in Flutter

Comments
3 min read
Flutter Clean Code

Flutter Clean Code

Comments
2 min read
Introduce your own data types

Introduce your own data types

Comments
3 min read
The Art of Clean Code: Naming, Commenting, and Code Organization

The Art of Clean Code: Naming, Commenting, and Code Organization

Comments
5 min read
Clean React with Feature-based Domain Driven Design

Clean React with Feature-based Domain Driven Design

1
Comments 1
4 min read
writing clean and maintainable code: best practices for developers 🦉

writing clean and maintainable code: best practices for developers 🦉

5
Comments
2 min read
Should you pass the whole object to a function?

Should you pass the whole object to a function?

2
Comments
3 min read
loading...