DEV Community

# cleancode

Posts

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

80
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
Is super.super.method() allowed in Java?

Is super.super.method() allowed in Java?

4
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
Learning to think small

Learning to think small

7
Comments
6 min read
Importance of Writing Clean Code

Importance of Writing Clean Code

46
Comments 33
5 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
Software Design Questions

Software Design Questions

6
Comments
2 min read
Refactorings with Design Patterns

Refactorings with Design Patterns

5
Comments
2 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
TDD and bug fixing - the duo you can't be without

TDD and bug fixing - the duo you can't be without

10
Comments
5 min read
Acoplamiento Temporal (Temporal Coupling)

Acoplamiento Temporal (Temporal Coupling)

6
Comments
3 min read
Constructores semĂĄnticos

Constructores semĂĄnticos

5
Comments
3 min read
Inversión de Control - Principio de Hollywood: “Don’t call us, we’ll call you”

Inversión de Control - Principio de Hollywood: “Don’t call us, we’ll call you”

4
Comments
3 min read
Principio Abierto/Cerrado (OCP)

Principio Abierto/Cerrado (OCP)

4
Comments
4 min read
Principio de Única Responsabilidad (SRP)

Principio de Única Responsabilidad (SRP)

3
Comments
3 min read
La ley de Demeter (LoD)

La ley de Demeter (LoD)

3
Comments
3 min read
SegregaciĂłn de Interfaces (ISP)

SegregaciĂłn de Interfaces (ISP)

2
Comments
3 min read
PatrĂłn Template Method

PatrĂłn Template Method

2
Comments
2 min read
Git the most edited files in a project

Git the most edited files in a project

7
Comments
3 min read
Protect your templates without tedious *ngIfs

Protect your templates without tedious *ngIfs

7
Comments
1 min read
Declutter your angular template

Declutter your angular template

10
Comments
1 min read
Write Shitty Code

Write Shitty Code

50
Comments 3
6 min read
A take on concise promise handling in TypeScript.

A take on concise promise handling in TypeScript.

6
Comments 3
2 min read
/* intentionally left empty */

/* intentionally left empty */

8
Comments
2 min read
Progressive Lint: How to continuously improve the codebase

Progressive Lint: How to continuously improve the codebase

7
Comments 1
6 min read
Refactoring a real-case

Refactoring a real-case

15
Comments
4 min read
My Laravel setup cheatsheets

My Laravel setup cheatsheets

20
Comments
4 min read
Keyword Arguments of Ruby makes code more clear

Keyword Arguments of Ruby makes code more clear

11
Comments 6
1 min read
Blog post: Date::Holidays releases – adapter pattern at large

Blog post: Date::Holidays releases – adapter pattern at large

5
Comments
1 min read
A Great Video List of Clean Code in Js

A Great Video List of Clean Code in Js

12
Comments
1 min read
A Framework for Code Reviews

A Framework for Code Reviews

6
Comments
4 min read
The $85 Billion Cost of Bad Code

The $85 Billion Cost of Bad Code

15
Comments
2 min read
From Scratch : User Authentication (Part 2)

From Scratch : User Authentication (Part 2)

7
Comments
1 min read
10 small tips for better code readabilty

10 small tips for better code readabilty

16
Comments
5 min read
Use sealed classes for better domain representation

Use sealed classes for better domain representation

7
Comments
3 min read
From Scratch: Web Sessions

From Scratch: Web Sessions

12
Comments
3 min read
Write less code

Write less code

15
Comments 5
1 min read
Don't ALWAYS quick-return from functions

Don't ALWAYS quick-return from functions

44
Comments 18
2 min read
Clean Code concepts adapted for Ruby

Clean Code concepts adapted for Ruby

10
Comments 1
1 min read
loading...