Forem

# cleancode

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Your Code as a Crime Scene and Software Design X-Rays by Adam Tornhill

Your Code as a Crime Scene and Software Design X-Rays by Adam Tornhill

10
Comments
2 min read
Clean Code Applied to JavaScript — Part VI. Avoid Conditional Complexity

Clean Code Applied to JavaScript — Part VI. Avoid Conditional Complexity

294
Comments 2
5 min read
Washing your code: avoid reassigning variables

Washing your code: avoid reassigning variables

9
Comments 1
9 min read
Attacking Technical Debt

Attacking Technical Debt

13
Comments 1
4 min read
What's wrong with Scikit-Learn.

What's wrong with Scikit-Learn.

5
Comments
6 min read
An IoC pattern to avoid repetitive if statements

An IoC pattern to avoid repetitive if statements

49
Comments 21
6 min read
Rails: Policy Objects Implementation

Rails: Policy Objects Implementation

13
Comments
3 min read
Understanding Design Patterns: Null Object

Understanding Design Patterns: Null Object

195
Comments 2
7 min read
DRY or not DRY?

DRY or not DRY?

5
Comments
1 min read
Rails: Background Job Done Right (Case 1)

Rails: Background Job Done Right (Case 1)

16
Comments
8 min read
Rails: Facade Design Pattern for Index

Rails: Facade Design Pattern for Index

18
Comments
5 min read
Favorite Refactoring Techniques: Split Phase

Favorite Refactoring Techniques: Split Phase

8
Comments
1 min read
Rails: skinny controller, skinny model

Rails: skinny controller, skinny model

30
Comments
6 min read
Rails: Query Object Pattern Implementation

Rails: Query Object Pattern Implementation

18
Comments 1
4 min read
Clean Code Applied to JavaScript — Part V. Exceptions

Clean Code Applied to JavaScript — Part V. Exceptions

216
Comments 6
4 min read
What are design patterns?

What are design patterns?

79
Comments
4 min read
Clean Code Applied to JavaScript — Part IV. Comments

Clean Code Applied to JavaScript — Part IV. Comments

181
Comments 7
4 min read
Say Farewell to Forgotten Cleanups

Say Farewell to Forgotten Cleanups

7
Comments
6 min read
Clean Code Applied to JavaScript — Part III. Functions

Clean Code Applied to JavaScript — Part III. Functions

351
Comments 17
9 min read
One thing I miss about unit tests: Unit tests as Documentation

One thing I miss about unit tests: Unit tests as Documentation

12
Comments
3 min read
Code comments are your code autobiography

Code comments are your code autobiography

3
Comments
4 min read
Clean Code Applied to JavaScript — Part II. Variables

Clean Code Applied to JavaScript — Part II. Variables

287
Comments 8
7 min read
Let's Clean Up: Ugly Try-Catches!

Let's Clean Up: Ugly Try-Catches!

94
Comments 13
3 min read
Clean Code Applied to JavaScript — Part I. Before your start

Clean Code Applied to JavaScript — Part I. Before your start

723
Comments 8
6 min read
Refactoring node.js (Part 1)

Refactoring node.js (Part 1)

333
Comments 43
5 min read
loading...