DEV Community

# cleancode

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Don't do this with your parameters in functions - functional programming🤢

Don't do this with your parameters in functions - functional programming🤢

Comments
3 min read
Why Clean Code Matters More Than You Think: Beyond Just Functionality

Why Clean Code Matters More Than You Think: Beyond Just Functionality

Comments
9 min read
🚀3 Important Rules for Naming Variables in Excellent Code

🚀3 Important Rules for Naming Variables in Excellent Code

1
Comments
1 min read
Building Robust Codebase: A Deep Dive into SOLID Principles

Building Robust Codebase: A Deep Dive into SOLID Principles

Comments
6 min read
7 Mindful Tips For Writing Clean Code

7 Mindful Tips For Writing Clean Code

2
Comments 1
3 min read
Introduction to Clean Code Principles: A Deeper Dive with JavaScript Examples

Introduction to Clean Code Principles: A Deeper Dive with JavaScript Examples

1
Comments
3 min read
Mastering NestJS: Building Scalable Systems with Abstractions, ex: different databases

Mastering NestJS: Building Scalable Systems with Abstractions, ex: different databases

1
Comments
5 min read
Clean Code - Funciones

Clean Code - Funciones

Comments
2 min read
Software Testing Basics

Software Testing Basics

1
Comments
2 min read
Mastering NestJS: Unleashing the Power of Clean Architecture and DDD in E-commerce Development — part 1

Mastering NestJS: Unleashing the Power of Clean Architecture and DDD in E-commerce Development — part 1

1
Comments
5 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
Balancing - Code, Choices and Sanity

Balancing - Code, Choices and Sanity

1
Comments
4 min read
Refactor "switch" statements in case have large sets of "case" clauses

Refactor "switch" statements in case have large sets of "case" clauses

Comments
1 min read
How I Write Clean Code As A Develeoper : Step By Step

How I Write Clean Code As A Develeoper : Step By Step

55
Comments 7
5 min read
Introduction to Clean Code in Python

Introduction to Clean Code in Python

20
Comments 5
9 min read
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

1
Comments
2 min read
Become a pedantic coder

Become a pedantic coder

2
Comments
3 min read
Recognizing poor code

Recognizing poor code

3
Comments
2 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
When I prefer use when then if-else in Kotlin

When I prefer use when then if-else in Kotlin

2
Comments
2 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! 🖥️ ✨

6
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

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

8
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
Unraveling the Strategy Pattern: A Practical Case Study

Unraveling the Strategy Pattern: A Practical Case Study

2
Comments 2
5 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
Structuring our Node.JS application

Structuring our Node.JS application

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

OO to Elixir: Clean Code With Pattern Matching

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

How to use Optional class (Java) - best practices

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

Understanding Clean Architecture: A Beginner's Guide

Comments
5 min read
Clean Code Book Summary I

Clean Code Book Summary I

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
Design Patterns - Prototype

Design Patterns - Prototype

Comments
3 min read
Código limpo

Código limpo

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

Aplicações Laravel que gritam seu domínio

6
Comments 2
6 min read
The difference between clean code and clean architecture?

The difference between clean code and clean architecture?

5
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

5
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
Writing Clean Functions: The Cornerstone of Maintainable Code

Writing Clean Functions: The Cornerstone of Maintainable Code

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

19
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

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

SOLID Design Principles: Learn the Single-Responsibility Principle

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

A Comprehensive Guide to URLSearchParams in TypeScript 🚀

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

SOLID, KISS, YAGNI and DRY Principles

47
Comments 15
5 min read
Embracing Clean Architecture: A Journey to Better Code

Embracing Clean Architecture: A Journey to Better Code

1
Comments
4 min read
Clean Code: Lições essenciais do segundo capítulo

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

Comments
4 min read
Linting Unveiled: Elevating Code Quality and Consistency

Linting Unveiled: Elevating Code Quality and Consistency

Comments
4 min read
loading...