DEV Community

# cleancode

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Explaining the Open-Closed Principle to the Rubber Duck With a Hands-On Exercise

Explaining the Open-Closed Principle to the Rubber Duck With a Hands-On Exercise

4
Comments
3 min read
Multi-state terraform project

Multi-state terraform project

1
Comments
4 min read
How to use PHP native enum?

How to use PHP native enum?

3
Comments 1
1 min read
Naming Things in Program

Naming Things in Program

14
Comments 2
3 min read
How to use “match” with PHP 8 🎯

How to use “match” with PHP 8 🎯

1
Comments
1 min read
Padrão - Singleton

Padrão - Singleton

Comments
5 min read
Pattern - Prototype

Pattern - Prototype

Comments
5 min read
Padrão - Prototype

Padrão - Prototype

Comments
5 min read
times(n, fn) in JS/TS + Python.

times(n, fn) in JS/TS + Python.

1
Comments
2 min read
Golang Web API Course: Project structure

Golang Web API Course: Project structure

2
Comments
2 min read
Hexagonal architecture in Python

Hexagonal architecture in Python

15
Comments
5 min read
Refactoring. RegExp.

Refactoring. RegExp.

1
Comments
2 min read
Modern C++ Features and Proven Concepts: Active Object, External Polymorphism and Coroutines

Modern C++ Features and Proven Concepts: Active Object, External Polymorphism and Coroutines

7
Comments
12 min read
From any to unknown: A Guide to Upgrading Your TypeScript Typing

From any to unknown: A Guide to Upgrading Your TypeScript Typing

1
Comments 1
2 min read
Maxi Contieri Explains ChatGPT Revolution

Maxi Contieri Explains ChatGPT Revolution

6
Comments
1 min read
how to prevent memory leak in programming with an example

how to prevent memory leak in programming with an example

1
Comments
2 min read
Evolução de Software e a Importância da Refatoração

Evolução de Software e a Importância da Refatoração

3
Comments
8 min read
Kotlin Code Smell 16 - Instance Type Checking For Polymorphism

Kotlin Code Smell 16 - Instance Type Checking For Polymorphism

1
Comments
2 min read
Refactoring. The beginning.

Refactoring. The beginning.

13
Comments 1
2 min read
Dependency Injection With Deno 1.29.1 (Node Compatibility)

Dependency Injection With Deno 1.29.1 (Node Compatibility)

3
Comments 2
1 min read
Become a C# Pro and Write Clean Code Like a Boss with These SOLID Principles Best Practices

Become a C# Pro and Write Clean Code Like a Boss with These SOLID Principles Best Practices

4
Comments
6 min read
Kotlin Code Smells 14 - Anonymous Functions Abusers

Kotlin Code Smells 14 - Anonymous Functions Abusers

2
Comments
2 min read
Kotlin Smell 13 - Companion Object Functions

Kotlin Smell 13 - Companion Object Functions

Comments
1 min read
Scalable architectures / Code management, tip 1: imperative vs declarative

Scalable architectures / Code management, tip 1: imperative vs declarative

1
Comments
3 min read
Kotlin Code Smell 12 - Ripple Effect

Kotlin Code Smell 12 - Ripple Effect

1
Comments
1 min read
Kotlin Code Smell 11 - God Objects

Kotlin Code Smell 11 - God Objects

Comments
1 min read
Kotlin Code Smells 10 - Null

Kotlin Code Smells 10 - Null

Comments
2 min read
Kotlin Code Smell 9 - Subclassification for Code Reuse

Kotlin Code Smell 9 - Subclassification for Code Reuse

4
Comments
1 min read
Decompose Conditionals and its tradeoffs

Decompose Conditionals and its tradeoffs

3
Comments 1
4 min read
Kotlin Code Smell 8 - Too Many Arguments

Kotlin Code Smell 8 - Too Many Arguments

3
Comments
1 min read
¿How to make unbreakable code?

¿How to make unbreakable code?

5
Comments
4 min read
Kotlin Code Smell 7 - Long Chains Of Collaborations

Kotlin Code Smell 7 - Long Chains Of Collaborations

2
Comments
2 min read
Writing code like writing books

Writing code like writing books

2
Comments
7 min read
Client-side object validation with Yup

Client-side object validation with Yup

8
Comments 2
4 min read
Kotlin Code Smell 6 - Boolean Variables

Kotlin Code Smell 6 - Boolean Variables

4
Comments
1 min read
Kotlin Code Smell 5 - Too Clever For Your own Good

Kotlin Code Smell 5 - Too Clever For Your own Good

1
Comments
1 min read
Kotlin Code Smell 4 - Comment Abusers

Kotlin Code Smell 4 - Comment Abusers

3
Comments
2 min read
Book recommendation: Clean Code

Book recommendation: Clean Code

5
Comments
3 min read
Kotlin Code Smell 3 - String Abusers

Kotlin Code Smell 3 - String Abusers

4
Comments
1 min read
Kotlin Code Smell 2 - Functions Are Too Long

Kotlin Code Smell 2 - Functions Are Too Long

4
Comments
1 min read
Kotlin Code Smell 1 - Constants and Magic Numbers

Kotlin Code Smell 1 - Constants and Magic Numbers

2
Comments
1 min read
Angular 15: hostDirectives + InjectionToken

Angular 15: hostDirectives + InjectionToken

5
Comments
3 min read
Unit testing to cleaner code

Unit testing to cleaner code

9
Comments
3 min read
Principles over patterns

Principles over patterns

20
Comments
9 min read
Compose multiple React providers

Compose multiple React providers

5
Comments
1 min read
Melhorando a arquitetura da Pokédex

Melhorando a arquitetura da Pokédex

8
Comments
7 min read
Feature Flags

Feature Flags

Comments 1
5 min read
Let's keep it green ✅

Let's keep it green ✅

19
Comments
2 min read
Increase your Code Quality “Blazing Fast”

Increase your Code Quality “Blazing Fast”

2
Comments
3 min read
A Tale of 2 Codebases (Part 2 of 4): Testability

A Tale of 2 Codebases (Part 2 of 4): Testability

Comments
9 min read
What is (not) Hexagonal Architecture

What is (not) Hexagonal Architecture

16
Comments 2
5 min read
Builder Pattern w/ Typescript

Builder Pattern w/ Typescript

6
Comments
2 min read
Journey to the clean architecture for my flutter app

Journey to the clean architecture for my flutter app

5
Comments 1
5 min read
About code comments

About code comments

10
Comments 4
3 min read
Creación de objecto literal en javascript

Creación de objecto literal en javascript

1
Comments
5 min read
How to eliminate if-else chain, for long life software

How to eliminate if-else chain, for long life software

88
Comments 30
2 min read
Clean Code Tip: Avoid subtle duplication of code and logic

Clean Code Tip: Avoid subtle duplication of code and logic

1
Comments
2 min read
React Pro Tip #2 — How to Type `this.props` to Include `defaultProps`

React Pro Tip #2 — How to Type `this.props` to Include `defaultProps`

5
Comments 1
4 min read
How to Write Clean Code? A Chapter on Functions and Names

How to Write Clean Code? A Chapter on Functions and Names

14
Comments
3 min read
Communicate Risk with Git Commits

Communicate Risk with Git Commits

4
Comments
5 min read
loading...