Forem

# cleancode

Posts

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

A Framework for Code Reviews

6
Comments
4 min read
loading...