DEV Community

# cleancode

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
The Art of Writing Clean Code: A Guide for Developers

The Art of Writing Clean Code: A Guide for Developers

Comments
4 min read
Internal packages in Go

Internal packages in Go

13
Comments
2 min read
#4 Estudos: Explorando a Evolução das Arquiteturas de Software

#4 Estudos: Explorando a Evolução das Arquiteturas de Software

Comments
3 min read
#3 Estudos: Arquitetura Limpa

#3 Estudos: Arquitetura Limpa

Comments
2 min read
The Seven Deadly Sins of Programming: Avoiding Common Code Quality Pitfalls

The Seven Deadly Sins of Programming: Avoiding Common Code Quality Pitfalls

Comments
2 min read
Beyond Else: Writing Clean and Maintainable Code

Beyond Else: Writing Clean and Maintainable Code

Comments
3 min read
Angular 17 with clean architecture - Error: Dependency Injection

Angular 17 with clean architecture - Error: Dependency Injection

1
Comments
1 min read
Recognizing poor code

Recognizing poor code

3
Comments
2 min read
4 dicas para aumentar a legibilidade dos seus testes

4 dicas para aumentar a legibilidade dos seus testes

4
Comments
7 min read
#2 Estudos: Arquitetura Limpa

#2 Estudos: Arquitetura Limpa

Comments
1 min read
#1 Estudos: Arquitetura Limpa

#1 Estudos: Arquitetura Limpa

1
Comments
3 min read
How to organize your API layer in React using React Query

How to organize your API layer in React using React Query

Comments 1
3 min read
Warning: The Universe's Event Simulator Is a Fierce Adversary for Coders!

Warning: The Universe's Event Simulator Is a Fierce Adversary for Coders!

7
Comments 1
3 min read
🧹 It's Time to Spring Clean Your Codebase: Celebrate National Clean Out Your Computer Day! 🖥️

🧹 It's Time to Spring Clean Your Codebase: Celebrate National Clean Out Your Computer Day! 🖥️

9
Comments
3 min read
Data Validation: Scratching Surface of Code Responsibility

Data Validation: Scratching Surface of Code Responsibility

4
Comments 4
8 min read
Asynchronous state machine with Symfony Workflows

Asynchronous state machine with Symfony Workflows

4
Comments 2
6 min read
Introducción a Big O Notation

Introducción a Big O Notation

Comments
3 min read
Crafting Clean Code with Tailwind CSS and Vue Composition API

Crafting Clean Code with Tailwind CSS and Vue Composition API

9
Comments 5
5 min read
Level up: 10 Tips for Writing Better Code

Level up: 10 Tips for Writing Better Code

1
Comments
7 min read
When I prefer use when then if-else in Kotlin

When I prefer use when then if-else in Kotlin

3
Comments
2 min read
How not to ruin your code with comments

How not to ruin your code with comments

3
Comments 5
4 min read
Context Matters: Advanced Error Handling Techniques in Go

Context Matters: Advanced Error Handling Techniques in Go

3
Comments
9 min read
OO to Elixir: Clean Code With Pattern Matching

OO to Elixir: Clean Code With Pattern Matching

4
Comments 2
3 min read
Evita usar UpperCase o LowerCase C#

Evita usar UpperCase o LowerCase C#

Comments
1 min read
Become a pedantic coder

Become a pedantic coder

2
Comments
3 min read
How to use Optional class (Java) - best practices

How to use Optional class (Java) - best practices

23
Comments 2
3 min read
Understanding Clean Architecture: A Beginner's Guide

Understanding Clean Architecture: A Beginner's Guide

Comments
5 min read
Unraveling the Strategy Pattern: A Practical Case Study

Unraveling the Strategy Pattern: A Practical Case Study

3
Comments 2
5 min read
Clean Code Book Summary I

Clean Code Book Summary I

Comments
10 min read
Clean Code Book Summary II

Clean Code Book Summary II

Comments
10 min read
How to Avoid Multiple Nested If-Else Statements Using Guard Clause

How to Avoid Multiple Nested If-Else Statements Using Guard Clause

3
Comments 2
2 min read
Sorting in Java – how to, and how not to do it anymore

Sorting in Java – how to, and how not to do it anymore

3
Comments 3
5 min read
Program in Javascript like a Pro

Program in Javascript like a Pro

2
Comments
3 min read
Coca Zero, Object Zero, POXO!

Coca Zero, Object Zero, POXO!

Comments
1 min read
Making clean API requests to the Backend with URLSearchParams in React.

Making clean API requests to the Backend with URLSearchParams in React.

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

Go 1.22: Melhorias no laço For

1
Comments
1 min read
Clean Code e suas problemáticas

Clean Code e suas problemáticas

Comments
1 min read
Structuring our Node.JS application

Structuring our Node.JS application

2
Comments
4 min read
Design Patterns - Prototype

Design Patterns - Prototype

Comments
3 min read
Código limpo

Código limpo

1
Comments
2 min read
Sử dụng Builder Pattern cho function có nhiều filter params trong Java

Sử dụng Builder Pattern cho function có nhiều filter params trong Java

Comments
1 min read
Aplicações Laravel que gritam seu domínio

Aplicações Laravel que gritam seu domínio

7
Comments 2
6 min read
Clean Code functions

Clean Code functions

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
Clean Code: Lições essenciais do terceiro capítulo

Clean Code: Lições essenciais do terceiro capítulo

Comments
5 min read
🚀Clean Code y Buenas Prácticas con JavaScript - Reglas del diseño simple

🚀Clean Code y Buenas Prácticas con JavaScript - Reglas del diseño simple

2
Comments
2 min read
Mastering Clean Functions: 10 Practices for Elegance in Code ✨

Mastering Clean Functions: 10 Practices for Elegance in Code ✨

2
Comments
3 min read
Golang: 14 Shorthand Tricks You Might Not Know!

Golang: 14 Shorthand Tricks You Might Not Know!

Comments
1 min read
'Hypermodernize' your Python Package

'Hypermodernize' your Python Package

6
Comments 1
3 min read
SOLID Design Principles: Learn the Dependency Inversion Principle

SOLID Design Principles: Learn the Dependency Inversion Principle

3
Comments
3 min read
SOLID Design Principles: Learn the Interface-Segregation Principle

SOLID Design Principles: Learn the Interface-Segregation Principle

Comments
3 min read
SOLID Design Principles: Learn the Liskov-Substitution Principle

SOLID Design Principles: Learn the Liskov-Substitution Principle

3
Comments 1
3 min read
SOLID Design Principles: Learn the Open-Closed Principle

SOLID Design Principles: Learn the Open-Closed Principle

20
Comments 2
3 min read
Rust Concurrency Explained: Cleaning Code with Traits and Simplifying Services

Rust Concurrency Explained: Cleaning Code with Traits and Simplifying Services

3
Comments
9 min read
SOLID Design Principles: Learn the Single-Responsibility Principle

SOLID Design Principles: Learn the Single-Responsibility Principle

3
Comments
3 min read
A Comprehensive Guide to URLSearchParams in TypeScript 🚀

A Comprehensive Guide to URLSearchParams in TypeScript 🚀

18
Comments 2
4 min read
SOLID, KISS, YAGNI and DRY Principles

SOLID, KISS, YAGNI and DRY Principles

52
Comments 15
5 min read
Clean Code: Lições essenciais do segundo capítulo

Clean Code: Lições essenciais do segundo capítulo

Comments
4 min read
A Tale of Two Kitchens - Hypermodernizing Your Python Code Base

A Tale of Two Kitchens - Hypermodernizing Your Python Code Base

12
Comments 5
17 min read
Linting Unveiled: Elevating Code Quality and Consistency

Linting Unveiled: Elevating Code Quality and Consistency

Comments
4 min read
loading...