DEV Community

# cleancode

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Organizing your code: 3 ways to create namespaces in Python

Organizing your code: 3 ways to create namespaces in Python

6
Comments
5 min read
Understanding Design Patterns: Builder

Understanding Design Patterns: Builder

120
Comments
13 min read
Why write unit tests?

Why write unit tests?

4
Comments
3 min read
How to Comment Your Code Like a Boss

How to Comment Your Code Like a Boss

6
Comments 1
2 min read
Never rely on Strings for conditionals

Never rely on Strings for conditionals

5
Comments
3 min read
Simple but powerful Coding Practices that you can adopt immediately: Consistent naming conventions

Simple but powerful Coding Practices that you can adopt immediately: Consistent naming conventions

9
Comments
2 min read
Writing a good variable name

Writing a good variable name

5
Comments
1 min read
Two reasons why you should add a return type in your functions in Kotlin

Two reasons why you should add a return type in your functions in Kotlin

4
Comments
2 min read
Code Smell 45 - Not Polymorphic

Code Smell 45 - Not Polymorphic

2
Comments
1 min read
Simple State Machines In Java

Simple State Machines In Java

7
Comments
3 min read
What is technical debt?

What is technical debt?

10
Comments 3
1 min read
Simple but powerful Coding Practices that you can adopt immediately: Indentation & whitespace

Simple but powerful Coding Practices that you can adopt immediately: Indentation & whitespace

9
Comments
2 min read
Why using DateTime.Now directly is a bad idea

Why using DateTime.Now directly is a bad idea

12
Comments
5 min read
Book: Clean Code

Book: Clean Code

3
Comments 2
20 min read
Writing Good Unit Tests; Don’t Mock Database Connections

Writing Good Unit Tests; Don’t Mock Database Connections

10
Comments 1
6 min read
Don't make setters of properties in your class public!

Don't make setters of properties in your class public!

11
Comments 2
4 min read
The Reason Why You Have To Write Clean Code

The Reason Why You Have To Write Clean Code

9
Comments 2
3 min read
Clean code exercises - part 1

Clean code exercises - part 1

58
Comments 11
3 min read
Simple but powerful Coding Practices that you can adopt immediately: Naming and DRY

Simple but powerful Coding Practices that you can adopt immediately: Naming and DRY

6
Comments
3 min read
React components doing too much (and how to simplify them)

React components doing too much (and how to simplify them)

5
Comments
4 min read
Clean code (TH.)

Clean code (TH.)

86
Comments 2
2 min read
Functions should have same level of abstraction

Functions should have same level of abstraction

7
Comments
2 min read
Malas prácticas en Angular: Avanzado

Malas prácticas en Angular: Avanzado

2
Comments
7 min read
Malas prácticas en Angular

Malas prácticas en Angular

10
Comments
12 min read
Quelques références sur le couplage dans le code

Quelques références sur le couplage dans le code

3
Comments 1
3 min read
Comments Suck and You Probably Write Too Many

Comments Suck and You Probably Write Too Many

5
Comments 12
3 min read
The Nuances of Constants in Go; Go Isn’t JavaScript

The Nuances of Constants in Go; Go Isn’t JavaScript

8
Comments
4 min read
Exception Handling in C#

Exception Handling in C#

2
Comments 1
3 min read
How to make your tests more readable and maintainable

How to make your tests more readable and maintainable

5
Comments
9 min read
9 Great Tips To Use Javascript Array Methods Like a Pro!

9 Great Tips To Use Javascript Array Methods Like a Pro!

175
Comments 8
6 min read
Why can't we define "readable code"?

Why can't we define "readable code"?

3
Comments
2 min read
Boilerplating a New Go Program (Microservice)

Boilerplating a New Go Program (Microservice)

10
Comments
6 min read
Go’s Major Versioning Sucks – From a Fanboy

Go’s Major Versioning Sucks – From a Fanboy

6
Comments
5 min read
Helpdesk to Developer - Writing Quality Code

Helpdesk to Developer - Writing Quality Code

2
Comments 2
3 min read
วิธีการเขียน Clean Code แบบ Uncle Bob

วิธีการเขียน Clean Code แบบ Uncle Bob

5
Comments
1 min read
Should You Return Empty or Nil Slices in Go?

Should You Return Empty or Nil Slices in Go?

9
Comments 1
2 min read
Slow Is Smooth, Smooth Is Fast – 25% of Our Time Refactoring

Slow Is Smooth, Smooth Is Fast – 25% of Our Time Refactoring

4
Comments
3 min read
What Are Interfaces, Abstract and Concrete Classes?

What Are Interfaces, Abstract and Concrete Classes?

5
Comments
4 min read
What Is The Liskov Substitution Principle?

What Is The Liskov Substitution Principle?

2
Comments
2 min read
Uncle Bob - Lesson One

Uncle Bob - Lesson One

3
Comments
15 min read
Naming workarounds in code

Naming workarounds in code

6
Comments
5 min read
Practical Tips on How to Design Code That Makes Unit Testing Easier and More Easily Maintainable

Practical Tips on How to Design Code That Makes Unit Testing Easier and More Easily Maintainable

8
Comments
4 min read
Who is Uncle Bob

Who is Uncle Bob

7
Comments 5
2 min read
ARRR or how to refactor components automatically

ARRR or how to refactor components automatically

7
Comments
1 min read
Become a Ninja .NET Developer with NDepend

Become a Ninja .NET Developer with NDepend

6
Comments
4 min read
Optimize For Simplicity First

Optimize For Simplicity First

7
Comments 1
3 min read
Clever code is bad. Don’t write clever code.

Clever code is bad. Don’t write clever code.

Comments
4 min read
Strict Types in PHP

Strict Types in PHP

3
Comments
2 min read
Refactoring: improve your code quality

Refactoring: improve your code quality

15
Comments
8 min read
Clean Code: Cause & Effect.

Clean Code: Cause & Effect.

4
Comments
9 min read
Readable codebase: extract conditions / predicates

Readable codebase: extract conditions / predicates

4
Comments
2 min read
Four clean code techniques I wish I knew years ago

Four clean code techniques I wish I knew years ago

14
Comments 2
3 min read
Clean Chef code: Depend on public cookbook interfaces

Clean Chef code: Depend on public cookbook interfaces

2
Comments
2 min read
JavaScript concepts to write better React code

JavaScript concepts to write better React code

141
Comments 5
3 min read
Show me your unnecessary code

Show me your unnecessary code

6
Comments 5
1 min read
Microservicios

Microservicios

18
Comments
23 min read
The Art of Refactoring

The Art of Refactoring

3
Comments
3 min read
The Reading Is - Design Patterns: Elements of Reusable Object-Oriented Software

The Reading Is - Design Patterns: Elements of Reusable Object-Oriented Software

4
Comments
3 min read
Make, New and Literals Cheat Sheet – Slice and Map Initialization in Go

Make, New and Literals Cheat Sheet – Slice and Map Initialization in Go

9
Comments 1
2 min read
Clean Code Cleanups

Clean Code Cleanups

5
Comments
6 min read
loading...