DEV Community

# cleancode

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Principios SOLID V: Principio de segregación de interfaces

Principios SOLID V: Principio de segregación de interfaces

1
Comments
2 min read
Principios SOLID IV: Principio de sustitución de Liskov

Principios SOLID IV: Principio de sustitución de Liskov

1
Comments
3 min read
React Clean Code with Absolute Imports

React Clean Code with Absolute Imports

27
Comments 4
3 min read
Principios SOLID III: Abierto a extensión y cerrado a modificación

Principios SOLID III: Abierto a extensión y cerrado a modificación

1
Comments
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

1
Comments
3 min read
Flags In Programming

Flags In Programming

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

Principios SOLID I: Primero, no seas STUPID

1
Comments
3 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
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
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
Reusable Loading component in React

Reusable Loading component in React

4
Comments
8 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

14
Comments 5
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

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

Why Consistent Code Structure is Important in Flutter

1
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
Design Patterns: Factory Method

Design Patterns: Factory Method

2
Comments
4 min read
Logging levels

Logging levels

Comments
4 min read
Using A Helper Function

Using A Helper Function

5
Comments
2 min read
10 Essential Best Practices for Writing High-Quality C++ Source Code

10 Essential Best Practices for Writing High-Quality C++ Source Code

1
Comments
4 min read
Best ideas from Clean Code by Robert C. Martin (with Typescript examples)

Best ideas from Clean Code by Robert C. Martin (with Typescript examples)

2
Comments
6 min read
Why You Should Drop The 'Else' Keyword When Writing Conditionals

Why You Should Drop The 'Else' Keyword When Writing Conditionals

15
Comments 26
2 min read
Your Architecture is Bad, So Make It Easy to Change

Your Architecture is Bad, So Make It Easy to Change

1
Comments
3 min read
27 Tips for making your code read like beautifully written prose

27 Tips for making your code read like beautifully written prose

Comments
18 min read
Pattern - Flyweight

Pattern - Flyweight

3
Comments 1
3 min read
Comment nommer ses variables, fonctions et classes - Clean Code

Comment nommer ses variables, fonctions et classes - Clean Code

1
Comments 2
9 min read
Padrão - Facade

Padrão - Facade

1
Comments
3 min read
Smart use of “if/else”

Smart use of “if/else”

Comments
2 min read
The Importance of Writing Clean Code

The Importance of Writing Clean Code

Comments
2 min read
Padrão - Adapter

Padrão - Adapter

Comments
5 min read
MVC Violation Ruined His Tic-Tac-Toe Game!

MVC Violation Ruined His Tic-Tac-Toe Game!

2
Comments 4
4 min read
DRY, KISS, and YAGNI to avoid Over-engineering Trap

DRY, KISS, and YAGNI to avoid Over-engineering Trap

4
Comments 3
5 min read
5 Tips for Creating Clean Code

5 Tips for Creating Clean Code

2
Comments
4 min read
Deep vs shallow modules

Deep vs shallow modules

1
Comments 1
5 min read
How using Tailwind enhances your coding skills

How using Tailwind enhances your coding skills

4
Comments 2
6 min read
Pattern - Adapter

Pattern - Adapter

Comments
4 min read
Learn What it Takes to Be a Solid Rails Developer!

Learn What it Takes to Be a Solid Rails Developer!

1
Comments
4 min read
Factory Design Pattern in Python

Factory Design Pattern in Python

11
Comments
3 min read
Interfaces and Polymorphism in PHP - Practical Guide

Interfaces and Polymorphism in PHP - Practical Guide

4
Comments
2 min read
loading...