DEV Community

# cleancode

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
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

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

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

Interfaces and Polymorphism in PHP - Practical Guide

4
Comments
2 min read
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
Dependency Injection With Deno 1.29.1 (Node Compatibility)

Dependency Injection With Deno 1.29.1 (Node Compatibility)

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

5
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
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
loading...