Skip to content
Navigation menu
Search
Powered by
Search
Algolia
Search
Log in
Create account
DEV Community
Close
#
cleancode
Follow
Hide
Posts
Left menu
👋
Sign in
for the ability to sort posts by
relevant
,
latest
, or
top
.
Right menu
Reducing Coupling in Software Development: Strategies for Cleaner Code
ivan.gavlik
ivan.gavlik
ivan.gavlik
Follow
Jul 2 '23
Reducing Coupling in Software Development: Strategies for Cleaner Code
#
coupling
#
cleancode
#
java
#
design
5
reactions
Comments
3
comments
3 min read
Software Design Principles: Single Level of Abstraction
Enes Başpınar
Enes Başpınar
Enes Başpınar
Follow
Jun 30 '23
Software Design Principles: Single Level of Abstraction
#
cleancode
#
designpatterns
#
programming
#
java
6
reactions
Comments
Add Comment
5 min read
Clearing the Code with Delegate in Elixir
Rodrigo Martins
Rodrigo Martins
Rodrigo Martins
Follow
Jun 29 '23
Clearing the Code with Delegate in Elixir
#
elixir
#
cleancode
#
programming
#
beginners
3
reactions
Comments
Add Comment
2 min read
Writing Clear and Concise Code: 11 Guidelines for C# Developers
Andy
Andy
Andy
Follow
Jun 28 '23
Writing Clear and Concise Code: 11 Guidelines for C# Developers
#
csharp
#
dotnet
#
programming
#
cleancode
11
reactions
Comments
4
comments
4 min read
Clean Code no Cinema
faibo
faibo
faibo
Follow
Jun 28 '23
Clean Code no Cinema
#
cleancode
#
braziliandevs
#
codequality
#
coding
3
reactions
Comments
Add Comment
7 min read
Washing your code: naming is hard
Artem Sapegin
Artem Sapegin
Artem Sapegin
Follow
Jun 26 '23
Washing your code: naming is hard
#
javascript
#
programming
#
cleancode
Comments
Add Comment
25 min read
Software design: its importance and tips for creating good designs.
Raphael Silva
Raphael Silva
Raphael Silva
Follow
Jun 26 '23
Software design: its importance and tips for creating good designs.
#
cleancode
#
tdd
#
refactoring
#
softwaredesign
Comments
Add Comment
10 min read
Clean Code. The principles for programmers
Pierre-Henry Soria ✨
Pierre-Henry Soria ✨
Pierre-Henry Soria ✨
Follow
Jun 24 '23
Clean Code. The principles for programmers
#
cleancode
#
programming
#
beginners
#
webdev
3
reactions
Comments
2
comments
4 min read
Mastering Optimization: Writing the Most Performant JavaScript Code
Shubham Thakur
Shubham Thakur
Shubham Thakur
Follow
Jun 23 '23
Mastering Optimization: Writing the Most Performant JavaScript Code
#
javascript
#
cleancode
#
webdev
#
beginners
7
reactions
Comments
5
comments
3 min read
How to use named arguments in TypeScript functions?
Pierre-Henry Soria ✨
Pierre-Henry Soria ✨
Pierre-Henry Soria ✨
Follow
Jun 23 '23
How to use named arguments in TypeScript functions?
#
typescript
#
javascript
#
programming
#
cleancode
6
reactions
Comments
3
comments
1 min read
10 Tricks to Write Super Clean Code in TypeScript
Ryan Aulia
Ryan Aulia
Ryan Aulia
Follow
Jun 22 '23
10 Tricks to Write Super Clean Code in TypeScript
#
typescript
#
cleancode
7
reactions
Comments
1
comment
3 min read
Response Compression in a .Net Core API
Sudip
Sudip
Sudip
Follow
Jun 16 '23
Response Compression in a .Net Core API
#
api
#
dotnet
#
cleancode
1
reaction
Comments
Add Comment
1 min read
7 Unique Insights into the Principles of Clean Code
TSOTSI1
TSOTSI1
TSOTSI1
Follow
Jun 16 '23
7 Unique Insights into the Principles of Clean Code
#
cleancode
#
programming
#
computerscience
6
reactions
Comments
Add Comment
3 min read
Define fixed attributes dataclass with __slots__()
sumandari
sumandari
sumandari
Follow
Jun 15 '23
Define fixed attributes dataclass with __slots__()
#
python
#
cleancode
Comments
Add Comment
1 min read
Design patterns - Part II
Filip Kisić
Filip Kisić
Filip Kisić
Follow
Jun 14 '23
Design patterns - Part II
#
programming
#
tutorial
#
designpatterns
#
cleancode
Comments
Add Comment
8 min read
Write Clean, Efficient, and Scalable Code 👌
Pierre-Henry Soria ✨
Pierre-Henry Soria ✨
Pierre-Henry Soria ✨
Follow
Jun 14 '23
Write Clean, Efficient, and Scalable Code 👌
#
cleancode
#
javascript
#
career
#
readability
10
reactions
Comments
1
comment
20 min read
Understanding "some" and "every" Array Methods in Javascript
amir fakoor
amir fakoor
amir fakoor
Follow
Jun 12 '23
Understanding "some" and "every" Array Methods in Javascript
#
arrays
#
javascript
#
typescript
#
cleancode
5
reactions
Comments
1
comment
2 min read
The Pursuit of Clean Code
ivan.gavlik
ivan.gavlik
ivan.gavlik
Follow
Jun 12 '23
The Pursuit of Clean Code
#
programming
#
productivity
#
beginners
#
cleancode
Comments
Add Comment
2 min read
SOLID Principles with Python | A story
Meqdad Darwish
Meqdad Darwish
Meqdad Darwish
Follow
Jun 10 '23
SOLID Principles with Python | A story
#
python
#
solid
#
cleancode
#
oop
12
reactions
Comments
1
comment
15 min read
How to used Component in Laravel
Harry
Harry
Harry
Follow
Jun 10 '23
How to used Component in Laravel
#
laravel
#
cleancode
#
dry
#
php
6
reactions
Comments
Add Comment
2 min read
I'm banning Get, Set, and other method and class names
Cesar Aguirre
Cesar Aguirre
Cesar Aguirre
Follow
Jun 5 '23
I'm banning Get, Set, and other method and class names
#
csharp
#
beginners
#
cleancode
#
coding
3
reactions
Comments
7
comments
4 min read
Design patterns - Part I
Filip Kisić
Filip Kisić
Filip Kisić
Follow
Jun 6 '23
Design patterns - Part I
#
programming
#
tutorial
#
designpatterns
#
cleancode
1
reaction
Comments
Add Comment
12 min read
10 Best Practices for Writing Clean Code -with simple examples
Zahoor Ahmed shah
Zahoor Ahmed shah
Zahoor Ahmed shah
Follow
May 4 '23
10 Best Practices for Writing Clean Code -with simple examples
#
webdev
#
cleancode
#
ruby
#
programming
Comments
Add Comment
5 min read
How to implement Redux in a clean architecture
Juan Otálora
Juan Otálora
Juan Otálora
Follow
Jun 2 '23
How to implement Redux in a clean architecture
#
react
#
redux
#
architecture
#
cleancode
16
reactions
Comments
1
comment
4 min read
Transforming bad code by applying Single Responsibility principle, Don't repeat yourself, Decoupling ...
ivan.gavlik
ivan.gavlik
ivan.gavlik
Follow
May 26 '23
Transforming bad code by applying Single Responsibility principle, Don't repeat yourself, Decoupling ...
#
java
#
architecture
#
cleancode
#
programming
1
reaction
Comments
Add Comment
7 min read
Eu e o “Clean Code” – Parte 4: Fim da Leitura
Henrique Lobo Weissmann (Kico)
Henrique Lobo Weissmann (Kico)
Henrique Lobo Weissmann (Kico)
Follow
May 24 '23
Eu e o “Clean Code” – Parte 4: Fim da Leitura
#
braziliandevs
#
livros
#
codigolimpo
#
cleancode
8
reactions
Comments
3
comments
7 min read
How to write clean Controllers in Laravel
Anant Parmar
Anant Parmar
Anant Parmar
Follow
May 25 '23
How to write clean Controllers in Laravel
#
laravel
#
php
#
beginners
#
cleancode
2
reactions
Comments
Add Comment
6 min read
The Ultimate Clean Architecture Template for TypeScript Projects
Aziz
Aziz
Aziz
Follow
May 14 '23
The Ultimate Clean Architecture Template for TypeScript Projects
#
typescript
#
cleanarchitecture
#
cleancode
#
architecture
Comments
Add Comment
10 min read
How to Write Better PowerShell Scripts: Architecture and Best Practices
Emanuele Bartolesi
Emanuele Bartolesi
Emanuele Bartolesi
Follow
for
This is Learning
May 23 '23
How to Write Better PowerShell Scripts: Architecture and Best Practices
#
powershell
#
bestpractices
#
cleancode
39
reactions
Comments
3
comments
17 min read
From Angular 14 to Angular 16
Gaëtan Redin
Gaëtan Redin
Gaëtan Redin
Follow
May 25 '23
From Angular 14 to Angular 16
#
cleancode
#
overview
#
angular
#
features
Comments
2
comments
5 min read
How to Build Maintainable iOS Apps with Dependency Injection
Manu Rodríguez
Manu Rodríguez
Manu Rodríguez
Follow
Apr 29 '23
How to Build Maintainable iOS Apps with Dependency Injection
#
swift
#
ios
#
cleancode
#
testing
Comments
Add Comment
3 min read
Efficient CRUD Operations in Flutter: A Guide to Implementing HTTP Requests with Clean Architecture and Dio
Nikki Eke
Nikki Eke
Nikki Eke
Follow
May 17 '23
Efficient CRUD Operations in Flutter: A Guide to Implementing HTTP Requests with Clean Architecture and Dio
#
flutter
#
cleancode
#
mobile
#
dart
6
reactions
Comments
Add Comment
12 min read
Best Practices for all developers
Samuel Egbajie
Samuel Egbajie
Samuel Egbajie
Follow
May 11 '23
Best Practices for all developers
#
codequality
#
programming
#
cleancode
81
reactions
Comments
8
comments
16 min read
Don't Repeat Yourself - practical tips at code level
ivan.gavlik
ivan.gavlik
ivan.gavlik
Follow
May 16 '23
Don't Repeat Yourself - practical tips at code level
#
java
#
opp
#
cleancode
#
dry
1
reaction
Comments
Add Comment
5 min read
Eu e o Clean Code – Parte 3 – O Nefasto Capítulo sobre Comentários
Henrique Lobo Weissmann (Kico)
Henrique Lobo Weissmann (Kico)
Henrique Lobo Weissmann (Kico)
Follow
May 14 '23
Eu e o Clean Code – Parte 3 – O Nefasto Capítulo sobre Comentários
#
braziliandevs
#
livros
#
códigolimpo
#
cleancode
1
reaction
Comments
2
comments
14 min read
How To Implement a TypeScript Web App With Clean Architecture
Aziz
Aziz
Aziz
Follow
May 14 '23
How To Implement a TypeScript Web App With Clean Architecture
#
typescript
#
cleanarchitecture
#
cleancode
#
webdev
3
reactions
Comments
1
comment
16 min read
Conventional Commit Message and Linting
Ahmad Joya
Ahmad Joya
Ahmad Joya
Follow
Apr 9 '23
Conventional Commit Message and Linting
#
git
#
github
#
cleancode
1
reaction
Comments
Add Comment
2 min read
Eu e o “Clean Code” – Parte 2: Descompilando
Henrique Lobo Weissmann (Kico)
Henrique Lobo Weissmann (Kico)
Henrique Lobo Weissmann (Kico)
Follow
May 8 '23
Eu e o “Clean Code” – Parte 2: Descompilando
#
armadilhas
#
livros
#
cleancode
#
braziliandevs
1
reaction
Comments
2
comments
11 min read
Decoupling in Java
ivan.gavlik
ivan.gavlik
ivan.gavlik
Follow
May 7 '23
Decoupling in Java
#
decoupling
#
java
#
oop
#
cleancode
5
reactions
Comments
Add Comment
4 min read
🏰 Building the Perfect Sandcastle: A 5-Year-Old's Guide to Clean Architecture 🏰
Sudhanshu Kumar Yadav
Sudhanshu Kumar Yadav
Sudhanshu Kumar Yadav
Follow
May 5 '23
🏰 Building the Perfect Sandcastle: A 5-Year-Old's Guide to Clean Architecture 🏰
#
architecture
#
cleancode
#
codenewbie
#
coding
Comments
Add Comment
3 min read
Tips to Use Constants File in TypeScript
amir fakoor
amir fakoor
amir fakoor
Follow
May 4 '23
Tips to Use Constants File in TypeScript
#
typescript
#
cleancode
#
tip
#
javascript
38
reactions
Comments
Add Comment
2 min read
Washing your code: avoid comments
Artem Sapegin
Artem Sapegin
Artem Sapegin
Follow
May 4 '23
Washing your code: avoid comments
#
javascript
#
programming
#
cleancode
Comments
2
comments
5 min read
Lessons from “Clean Code”
Syed Mubtada Ali
Syed Mubtada Ali
Syed Mubtada Ali
Follow
May 3 '23
Lessons from “Clean Code”
#
python
#
cleancode
#
programming
#
productivity
6
reactions
Comments
1
comment
9 min read
Creating a DTO with Traits in PHP
shadowtje1990
shadowtje1990
shadowtje1990
Follow
May 2 '23
Creating a DTO with Traits in PHP
#
php
#
cleancode
#
learning
#
development
5
reactions
Comments
Add Comment
4 min read
The Power of Small and Focused Functions in Software Development
Yadier Betancourt Martinez
Yadier Betancourt Martinez
Yadier Betancourt Martinez
Follow
May 3 '23
The Power of Small and Focused Functions in Software Development
#
cleancode
#
generalprogramming
#
java
Comments
Add Comment
4 min read
A clean frontend architecture for React and Redux
Juan Otálora
Juan Otálora
Juan Otálora
Follow
May 1 '23
A clean frontend architecture for React and Redux
#
react
#
redux
#
architecture
#
cleancode
24
reactions
Comments
Add Comment
4 min read
Mutable or Immutable: Understanding JavaScript's Yin and Yang
Akram Mahmoud
Akram Mahmoud
Akram Mahmoud
Follow
May 1 '23
Mutable or Immutable: Understanding JavaScript's Yin and Yang
#
javascript
#
cleancode
#
webdev
#
tutorial
1
reaction
Comments
Add Comment
2 min read
Eu e o Clean Code (o livro) – Parte 1: Catequização
Henrique Lobo Weissmann (Kico)
Henrique Lobo Weissmann (Kico)
Henrique Lobo Weissmann (Kico)
Follow
May 1 '23
Eu e o Clean Code (o livro) – Parte 1: Catequização
#
armadilhas
#
livros
#
cleancode
#
braziliandevs
1
reaction
Comments
Add Comment
11 min read
C# code refactoring - the importance of naming convention
Yew Hong Tat
Yew Hong Tat
Yew Hong Tat
Follow
Apr 9 '23
C# code refactoring - the importance of naming convention
#
csharp
#
beginners
#
dotnet
#
cleancode
Comments
Add Comment
3 min read
[Design Pattern] Chain of responsibility in Typescript with real world example
Akram Mahmoud
Akram Mahmoud
Akram Mahmoud
Follow
Apr 28 '23
[Design Pattern] Chain of responsibility in Typescript with real world example
#
typescript
#
designpatterns
#
cleancode
#
javascript
Comments
Add Comment
3 min read
How to DRY Up Your NestJS DTOs
amir fakoor
amir fakoor
amir fakoor
Follow
Apr 25 '23
How to DRY Up Your NestJS DTOs
#
nest
#
typescript
#
node
#
cleancode
4
reactions
Comments
Add Comment
2 min read
Creating Immutable Objects in PHP: A Look at Private Constructor and Public Readonly
shadowtje1990
shadowtje1990
shadowtje1990
Follow
Apr 2 '23
Creating Immutable Objects in PHP: A Look at Private Constructor and Public Readonly
#
php
#
architecture
#
cleancode
#
programming
Comments
Add Comment
3 min read
Clean Code: Multiple exports, single import!
Mwenedata Apotre
Mwenedata Apotre
Mwenedata Apotre
Follow
Apr 21 '23
Clean Code: Multiple exports, single import!
#
developer
#
react
#
learning
#
cleancode
5
reactions
Comments
Add Comment
1 min read
The SOLID way to code
Juan Carlos Feris Gómez
Juan Carlos Feris Gómez
Juan Carlos Feris Gómez
Follow
Mar 30 '23
The SOLID way to code
#
typescript
#
cleancode
#
programming
Comments
Add Comment
5 min read
CSS Specificity: A Key to Writing Efficient CSS Code
Mohammed Awad
Mohammed Awad
Mohammed Awad
Follow
Apr 19 '23
CSS Specificity: A Key to Writing Efficient CSS Code
#
webdev
#
beginners
#
css
#
cleancode
3
reactions
Comments
1
comment
2 min read
Clean Code, yes or no?
Hugo S. Becerra Adán
Hugo S. Becerra Adán
Hugo S. Becerra Adán
Follow
Apr 19 '23
Clean Code, yes or no?
#
coding
#
cleancode
#
programming
Comments
Add Comment
2 min read
Code Refactoring: Mastering Best Practices for Enhancing Software Quality and Maintainability
Ahsan Mangal 👨🏻💻
Ahsan Mangal 👨🏻💻
Ahsan Mangal 👨🏻💻
Follow
Apr 19 '23
Code Refactoring: Mastering Best Practices for Enhancing Software Quality and Maintainability
#
cleancode
#
codenewbie
#
programming
Comments
Add Comment
3 min read
CSS - Convenciones de nombres: BEM, SUIT CSS y Title CSS
Ignacio Cuadra
Ignacio Cuadra
Ignacio Cuadra
Follow
Apr 17 '23
CSS - Convenciones de nombres: BEM, SUIT CSS y Title CSS
#
css
#
cleancode
#
webdev
#
frontend
6
reactions
Comments
Add Comment
8 min read
Principios SOLID VI: Principio de inversión de dependencias
Josa Vicente
Josa Vicente
Josa Vicente
Follow
Apr 16 '23
Principios SOLID VI: Principio de inversión de dependencias
#
solid
#
cleancode
#
cleanarchitecture
#
dip
6
reactions
Comments
Add Comment
3 min read
Best practices for refactoring legacy code to make it more maintainable and easier to work with
Lucca Mabel
Lucca Mabel
Lucca Mabel
Follow
Apr 12 '23
Best practices for refactoring legacy code to make it more maintainable and easier to work with
#
cleancode
#
refactoring
#
productivity
#
testing
12
reactions
Comments
2
comments
7 min read
loading...
We're a place where coders share, stay up-to-date and grow their careers.
Log in
Create account