The Wayback Machine - https://web.archive.org/web/20210414060253/https://dev.to/t/cleancode

DEV Community

loading...

# cleancode

👋 Sign in for the ability sort posts by top and latest.
Two ways to keep gitlab CI files maintainable

Two ways to keep gitlab CI files maintainable

6
4 min read
Naming Variables the Right Way

Naming Variables the Right Way

6 2
6 min read
The 8 must know JavaScript looping array function

The 8 must know JavaScript looping array function

9 2
2 min read
Lessons learned from a developer hiring process that I didn't pass

Lessons learned from a developer hiring process that I didn't pass

3
5 min read
The laws of TDD

The laws of TDD

31 7
2 min read
Keep your code well organized. How I structure my web project

Keep your code well organized. How I structure my web project

6 3
3 min read
Top 8 Benefits of Functional Programming

Top 8 Benefits of Functional Programming

8
6 min read
Understanding Design Patterns: Abstract Factory

Understanding Design Patterns: Abstract Factory

73
11 min read
7 проблем в автоте�?тах

7 проблем в автоте�?тах

8
1 min read
Improving Your React Code - Custom Hooks

Improving Your React Code - Custom Hooks

181 11
5 min read
Clean Code

Clean Code

9
4 min read
Meaningful Names (Clean Code) — Why it is important for software developers?

Meaningful Names (Clean Code) — Why it is important for software developers?

22 5
4 min read
CSS Clean Code

CSS Clean Code

45 4
3 min read
Real life angular inheritance example

Real life angular inheritance example

5
5 min read
Revisiting the D in SOLID

Revisiting the D in SOLID

4
2 min read
Clean Code with React Context

Clean Code with React Context

61
5 min read
Revisiting the I in SOLID

Revisiting the I in SOLID

15
2 min read
ISP - The Interface Segregation Principle

ISP - The Interface Segregation Principle

1
3 min read
LSP - The Liskov Substitution Principle

LSP - The Liskov Substitution Principle

1
3 min read
Code Smell 59 - Basic / Do Functions

Code Smell 59 - Basic / Do Functions

5
1 min read
Things you need to know as a developer - Clean Coding

Things you need to know as a developer - Clean Coding

8 2
7 min read
The Pros and Cons of DRY Code

The Pros and Cons of DRY Code

6 2
6 min read
Revisiting the L in SOLID

Revisiting the L in SOLID

12 2
2 min read
SOLID Principles in Swift: Open/Closed Principle

SOLID Principles in Swift: Open/Closed Principle

4
4 min read
Programming Advice From 1976

Programming Advice From 1976

4
3 min read
DRY - Don’t repeat yourself

DRY - Don’t repeat yourself

8
3 min read
Revisiting the O in SOLID

Revisiting the O in SOLID

6
2 min read
C# code refactoring - Introduction

C# code refactoring - Introduction

10
5 min read
Code Comments Are Stupid

Code Comments Are Stupid

11 7
6 min read
Understanding Design Patterns: Factory-Method

Understanding Design Patterns: Factory-Method

85
11 min read
Why you shouldn't mix levels of abstraction in your functions

Why you shouldn't mix levels of abstraction in your functions

18
2 min read
Presenting Exceptions to Users

Presenting Exceptions to Users

5
8 min read
OCP - The Open-Closed Principle

OCP - The Open-Closed Principle

6
3 min read
Clean up your code by removing unneeded indentation 🧹

Clean up your code by removing unneeded indentation 🧹

19 4
2 min read
JS Clean Code tip: Don't use tuples for returned objects

JS Clean Code tip: Don't use tuples for returned objects

6 2
1 min read
Code Smell 53 - Explicit Iteration

Code Smell 53 - Explicit Iteration

15 15
1 min read
Code Smell 54 - Anchor Boats

Code Smell 54 - Anchor Boats

4 2
1 min read
Exceptions and Streams

Exceptions and Streams

9 1
5 min read
DIP - The Dependency Inversion Principle

DIP - The Dependency Inversion Principle

6
3 min read
My take on clean code

My take on clean code

30 3
4 min read
SRP - The Single Responsibility Principle

SRP - The Single Responsibility Principle

2
3 min read
A Subtle Art Of Writing Good Code Comments

A Subtle Art Of Writing Good Code Comments

11
6 min read
Write clean & good code - correct caching in PHP

Write clean & good code - correct caching in PHP

5 1
1 min read
SLAP: Single Level of Abstraction Principle

SLAP: Single Level of Abstraction Principle

6
1 min read
Hide Checked Exceptions with SneakyThrows

Hide Checked Exceptions with SneakyThrows

11 2
4 min read
Don't name objects for what they are used for but for what they represent

Don't name objects for what they are used for but for what they represent

3
1 min read
What clean means and why you should care

What clean means and why you should care

28 5
2 min read
A Deeper Dive into Function Arity (With a Focus on Javascript)

A Deeper Dive into Function Arity (With a Focus on Javascript)

7
10 min read
Organizing your code: 3 ways to create namespaces in Python

Organizing your code: 3 ways to create namespaces in Python

6
5 min read
Understanding Design Patterns: Builder

Understanding Design Patterns: Builder

116
13 min read
Why write unit tests?

Why write unit tests?

4
3 min read
Simple State Machines In Java

Simple State Machines In Java

7
3 min read
How to Comment Your Code Like a Boss

How to Comment Your Code Like a Boss

6 1
2 min read
Never rely on Strings for conditionals

Never rely on Strings for conditionals

5
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

6
2 min read
Writing a good variable name

Writing a good variable name

5
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
2 min read
Code Smell 45 - Not Polymorphic

Code Smell 45 - Not Polymorphic

2
1 min read
What is technical debt?

What is technical debt?

10 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

7
2 min read
loading...