DEV Community

# cleancode

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Code Smell 73 - Exceptions for Expected Cases

Code Smell 73 - Exceptions for Expected Cases

6
Comments
2 min read
Clean Code with Currying (3 min recap)

Clean Code with Currying (3 min recap)

6
Comments 4
2 min read
Clean code - Guard clauses

Clean code - Guard clauses

6
Comments
1 min read
Continuous Deployments != Continuous Disruptions

Continuous Deployments != Continuous Disruptions

6
Comments
4 min read
Guidelines for Java code review

Guidelines for Java code review

2
Comments 1
8 min read
YAGNI & KISS Principles

YAGNI & KISS Principles

9
Comments
2 min read
Understanding Design Patterns: Observer

Understanding Design Patterns: Observer

48
Comments
14 min read
JavaScript Clean Codes

JavaScript Clean Codes

9
Comments
2 min read
Two ways to keep gitlab CI files maintainable

Two ways to keep gitlab CI files maintainable

7
Comments
4 min read
Backend Developers are UX Designers Too

Backend Developers are UX Designers Too

3
Comments
5 min read
Naming Variables the Right Way

Naming Variables the Right Way

6
Comments 2
6 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
Comments
5 min read
The laws of TDD

The laws of TDD

37
Comments 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
Comments 3
3 min read
Understanding Design Patterns: Abstract Factory

Understanding Design Patterns: Abstract Factory

92
Comments 1
11 min read
The 8 must know JavaScript looping array function

The 8 must know JavaScript looping array function

9
Comments 2
2 min read
7 ĐżŃ€ĐŸĐ±Đ»Đ”ĐŒ ĐČ Đ°ĐČŃ‚ĐŸŃ‚Đ”ŃŃ‚Đ°Ń…

7 ĐżŃ€ĐŸĐ±Đ»Đ”ĐŒ ĐČ Đ°ĐČŃ‚ĐŸŃ‚Đ”ŃŃ‚Đ°Ń…

9
Comments
1 min read
Top 8 Benefits of Functional Programming

Top 8 Benefits of Functional Programming

8
Comments
6 min read
Improving Your React Code - Custom Hooks

Improving Your React Code - Custom Hooks

185
Comments 11
5 min read
Clean Code

Clean Code

11
Comments
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
Comments 5
4 min read
CSS Clean Code

CSS Clean Code

61
Comments 5
3 min read
Revisiting the D in SOLID

Revisiting the D in SOLID

4
Comments
2 min read
Clean Code with React Context

Clean Code with React Context

65
Comments
5 min read
Revisiting the I in SOLID

Revisiting the I in SOLID

15
Comments
2 min read
Why Naming Conventions are Important (and useful) in Software Development.

Why Naming Conventions are Important (and useful) in Software Development.

3
Comments
2 min read
Code Smell 59 - Basic / Do Functions

Code Smell 59 - Basic / Do Functions

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

Things you need to know as a developer - Clean Coding

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

The Pros and Cons of DRY Code

6
Comments 2
6 min read
Revisiting the L in SOLID

Revisiting the L in SOLID

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

SOLID Principles in Swift: Open/Closed Principle

5
Comments
4 min read
Programming Advice From 1976

Programming Advice From 1976

4
Comments
3 min read
Revisiting the O in SOLID

Revisiting the O in SOLID

6
Comments
2 min read
C# code refactoring - Introduction

C# code refactoring - Introduction

10
Comments
5 min read
Code Comments Are Stupid

Code Comments Are Stupid

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

Understanding Design Patterns: Factory-Method

91
Comments
11 min read
Real life angular inheritance example

Real life angular inheritance example

5
Comments
5 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
Comments
2 min read
Presenting Exceptions to Users

Presenting Exceptions to Users

8
Comments
8 min read
Clean up your code by removing unneeded indentation đŸ§č

Clean up your code by removing unneeded indentation đŸ§č

19
Comments 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

8
Comments 2
1 min read
Code Smell 53 - Explicit Iteration

Code Smell 53 - Explicit Iteration

15
Comments 15
2 min read
Code Smell 54 - Anchor Boats

Code Smell 54 - Anchor Boats

4
Comments 2
2 min read
Exceptions and Streams

Exceptions and Streams

13
Comments 1
5 min read
DIP - The Dependency Inversion Principle

DIP - The Dependency Inversion Principle

7
Comments
3 min read
ISP - The Interface Segregation Principle

ISP - The Interface Segregation Principle

1
Comments
3 min read
LSP - The Liskov Substitution Principle

LSP - The Liskov Substitution Principle

1
Comments
3 min read
My take on clean code

My take on clean code

30
Comments 3
4 min read
OCP - The Open-Closed Principle

OCP - The Open-Closed Principle

6
Comments
3 min read
SRP - The Single Responsibility Principle

SRP - The Single Responsibility Principle

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

A Subtle Art Of Writing Good Code Comments

12
Comments
6 min read
DRY - Don’t repeat yourself

DRY - Don’t repeat yourself

9
Comments
3 min read
Write clean & good code - correct caching in PHP

Write clean & good code - correct caching in PHP

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

SLAP: Single Level of Abstraction Principle

9
Comments
1 min read
Hide Checked Exceptions with SneakyThrows

Hide Checked Exceptions with SneakyThrows

14
Comments 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
Comments
1 min read
What Clean Means and Why you Should Care đŸ§č

What Clean Means and Why you Should Care đŸ§č

32
Comments 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)

13
Comments
10 min read
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
loading...