DEV Community

# cleancode

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Clean Code, even under pressure

Clean Code, even under pressure

8
Comments
3 min read
Do you use syntax checking tools?

Do you use syntax checking tools?

20
Comments 6
1 min read
A simple tip for cleaner code

A simple tip for cleaner code

53
Comments 38
1 min read
How Simple is too Simple to Test?

How Simple is too Simple to Test?

103
Comments 22
4 min read
Don't ALWAYS quick-return from functions

Don't ALWAYS quick-return from functions

44
Comments 18
2 min read
On wrappers for standard library

On wrappers for standard library

5
Comments
2 min read
Clean Code, bullshit or common sense?

Clean Code, bullshit or common sense?

55
Comments 11
5 min read
Position the Cue Ball

Position the Cue Ball

11
Comments
7 min read
Tame Your Giant, Beastly Dependency Injection Registration Class and Ride It Into Glorious Victory

Tame Your Giant, Beastly Dependency Injection Registration Class and Ride It Into Glorious Victory

12
Comments
7 min read
10 Ways to Become a Better Developer

10 Ways to Become a Better Developer

105
Comments 2
7 min read
Is Coding an Art?

Is Coding an Art?

31
Comments 25
1 min read
Watch your Coding Manners

Watch your Coding Manners

42
Comments 4
4 min read
TDD is an ethical matter

TDD is an ethical matter

22
Comments 3
4 min read
What should a developer really catch?

What should a developer really catch?

19
Comments 2
6 min read
short-circuits && clean code

short-circuits && clean code

15
Comments 8
1 min read
“One does not simply update a database” – migration based database development

“One does not simply update a database” – migration based database development

34
Comments 3
10 min read
A little rant on naming things

A little rant on naming things

6
Comments
1 min read
Don't be a Bracist

Don't be a Bracist

49
Comments 14
3 min read
Simple and Clean Code vs. Performance

Simple and Clean Code vs. Performance

44
Comments 5
5 min read
Code Like a Conversation: Basic Levels of Abstraction

Code Like a Conversation: Basic Levels of Abstraction

24
Comments 5
3 min read
Yield in PHPUnit data providers

Yield in PHPUnit data providers

14
Comments
2 min read
Unit Test Naming Convention

Unit Test Naming Convention

3
Comments
1 min read
There is no clean (database) development without Version Control

There is no clean (database) development without Version Control

14
Comments 1
10 min read
The Fallacy of DRY

The Fallacy of DRY

35
Comments 10
6 min read
Modularization and dependency management: three steps to better code

Modularization and dependency management: three steps to better code

54
Comments 1
9 min read
Improve your developer skills with Code Katas

Improve your developer skills with Code Katas

18
Comments 1
4 min read
Did you ever try to write Java equals() with clean code style?

Did you ever try to write Java equals() with clean code style?

25
Comments 20
1 min read
Refactoring Basics

Refactoring Basics

31
Comments 4
4 min read
Write comments only when they answer the “Why?”

Write comments only when they answer the “Why?”

5
Comments
2 min read
Advantages(!) of Dirty Code

Advantages(!) of Dirty Code

52
Comments 29
4 min read
Refactoring is not so scary

Refactoring is not so scary

79
Comments 18
4 min read
Steps to better code

Steps to better code

204
Comments 18
14 min read
Code is clean if it can be understood easily by everyone on the team. 😇

Code is clean if it can be understood easily by everyone on the team. 😇

5
Comments
1 min read
How do you know your code is bad?

How do you know your code is bad?

81
Comments 13
3 min read
Debugging a problem

Debugging a problem

3
Comments
2 min read
3 ways to use boolean in a bad way

3 ways to use boolean in a bad way

1
Comments
2 min read
Deadlines - Bad reason for bad code.

Deadlines - Bad reason for bad code.

49
Comments 20
2 min read
Cleaning up your codebase with a clean architecture

Cleaning up your codebase with a clean architecture

131
Comments 17
9 min read
What is Clean Code and why should you care?

What is Clean Code and why should you care?

11
Comments 4
4 min read
Importance of Writing Clean Code

Importance of Writing Clean Code

46
Comments 33
5 min read
Learning to think small

Learning to think small

7
Comments
6 min read
Patrón Estrategia (Strategy Pattern)

Patrón Estrategia (Strategy Pattern)

4
Comments
4 min read
Use Optional / Nullable Reference Types Judiciously

Use Optional / Nullable Reference Types Judiciously

10
Comments 2
3 min read
Mostly typeless TypeScript

Mostly typeless TypeScript

7
Comments
8 min read
Clean Code - How to write proper test case names

Clean Code - How to write proper test case names

6
Comments
1 min read
Thoughts about Clean Coding

Thoughts about Clean Coding

8
Comments
4 min read
How should I start to write clean code?

How should I start to write clean code?

4
Comments 4
2 min read
A brief look into code quality

A brief look into code quality

17
Comments 2
3 min read
How to learn Java

How to learn Java

4
Comments
2 min read
Let’s Talk. About Problems. Less About Solutions.

Let’s Talk. About Problems. Less About Solutions.

5
Comments
3 min read
Don't document your code. Code your documentation.

Don't document your code. Code your documentation.

48
Comments 36
2 min read
What is Syntactic Sugar

What is Syntactic Sugar

12
Comments
1 min read
A Rant on Kaggle Competition Code (and Most Research Code)

A Rant on Kaggle Competition Code (and Most Research Code)

5
Comments
5 min read
Magic refactoring with Unison: much more than a new programming language

Magic refactoring with Unison: much more than a new programming language

6
Comments 1
4 min read
The Boy Scout rule

The Boy Scout rule

6
Comments 1
2 min read
A function’s intent should be revealed by its name

A function’s intent should be revealed by its name

5
Comments 2
1 min read
What's the point of pseudo-coding anyway?

What's the point of pseudo-coding anyway?

8
Comments 1
2 min read
Identifying the dirt in our code - formatting, objects and data structures and how to handle errors

Identifying the dirt in our code - formatting, objects and data structures and how to handle errors

49
Comments 1
9 min read
Your commit messages matter more than you think

Your commit messages matter more than you think

6
Comments
3 min read
Acoplamiento Temporal (Temporal Coupling)

Acoplamiento Temporal (Temporal Coupling)

6
Comments
3 min read
loading...