Skip to content
Navigation menu
Search
Powered by
Search
Algolia
Search
Log in
Create account
Forem
Close
#
cleancode
Follow
Hide
Posts
Left menu
👋
Sign in
for the ability to sort posts by
relevant
,
latest
, or
top
.
Right menu
The most important code smells every developer has to know
Alex Pushkarev
Alex Pushkarev
Alex Pushkarev
Follow
Aug 9 '22
The most important code smells every developer has to know
#
programming
#
cleancode
#
refactorit
#
tutorial
9
reactions
Comments
4
comments
1 min read
Clean Code Made Simple - Part 1
Mehrad Sadeghi
Mehrad Sadeghi
Mehrad Sadeghi
Follow
Aug 7 '22
Clean Code Made Simple - Part 1
#
cleancode
#
programming
#
php
#
softwaredesign
5
reactions
Comments
Add Comment
4 min read
Clean Code: Introduction to clean code
Tonny Kayage
Tonny Kayage
Tonny Kayage
Follow
for
ClickPesa
Aug 5 '22
Clean Code: Introduction to clean code
#
cleancode
#
clean
7
reactions
Comments
1
comment
3 min read
Yoda Conditions (From the office)
anastasionico
anastasionico
anastasionico
Follow
Jul 28 '22
Yoda Conditions (From the office)
#
php
#
ifstatement
#
yodacondition
#
cleancode
25
reactions
Comments
24
comments
4 min read
Clean code tip: use the same name for the same concept
Davide Bellone
Davide Bellone
Davide Bellone
Follow
Jul 28 '22
Clean code tip: use the same name for the same concept
#
cleancode
4
reactions
Comments
Add Comment
1 min read
Clean Architecture: A Toy Node Prototype
Fernando
Fernando
Fernando
Follow
Jul 28 '22
Clean Architecture: A Toy Node Prototype
#
node
#
api
#
cleancode
#
javascript
5
reactions
Comments
Add Comment
2 min read
Clean Code - How I'm Refactoring My First Project
Lucy Bullen
Lucy Bullen
Lucy Bullen
Follow
Jul 14 '22
Clean Code - How I'm Refactoring My First Project
#
cleancode
#
refactorit
#
javascript
#
webdev
5
reactions
Comments
Add Comment
5 min read
Remove null check, use the Optional
Pawel Pawlak
Pawel Pawlak
Pawel Pawlak
Follow
Jul 21 '22
Remove null check, use the Optional
#
null
#
cleancode
#
optional
#
nullpointerexception
4
reactions
Comments
Add Comment
5 min read
Why writing comments are bad
Mo Ghanbari
Mo Ghanbari
Mo Ghanbari
Follow
Jul 10 '22
Why writing comments are bad
#
webdev
#
programming
#
cleancode
4
reactions
Comments
2
comments
3 min read
Clean Code Tip: Tests should be even more well-written than production code
Davide Bellone
Davide Bellone
Davide Bellone
Follow
Jul 8 '22
Clean Code Tip: Tests should be even more well-written than production code
#
cleancode
#
testing
#
beginners
6
reactions
Comments
Add Comment
2 min read
!Comment your code
JsRocks
JsRocks
JsRocks
Follow
Jun 22 '22
!Comment your code
#
cleancode
#
bestpractices
#
programming
#
javascript
12
reactions
Comments
2
comments
4 min read
Clean Code Tip: Avoid using too many Imports in your classes
Davide Bellone
Davide Bellone
Davide Bellone
Follow
Jul 1 '22
Clean Code Tip: Avoid using too many Imports in your classes
#
cleancode
6
reactions
Comments
Add Comment
2 min read
Why you desperately need Value Objects in your life
Zohar Pfeffer
Zohar Pfeffer
Zohar Pfeffer
Follow
Jun 25 '22
Why you desperately need Value Objects in your life
#
cleancode
#
valueobjects
#
domaindrivendesign
#
architecture
13
reactions
Comments
9
comments
8 min read
Aplicando boas práticas de programação em Data Science
Emanuel Betcel
Emanuel Betcel
Emanuel Betcel
Follow
May 19 '22
Aplicando boas práticas de programação em Data Science
#
mlops
#
cleancode
#
python
#
datascience
3
reactions
Comments
Add Comment
3 min read
Clean code exercises - part 2
Eder Díaz
Eder Díaz
Eder Díaz
Follow
Jun 7 '22
Clean code exercises - part 2
#
cleancode
#
javascript
#
programming
9
reactions
Comments
Add Comment
3 min read
PHP 8.1 ReadOnly class properties
Pierre-Henry Soria ✨
Pierre-Henry Soria ✨
Pierre-Henry Soria ✨
Follow
Jun 5 '22
PHP 8.1 ReadOnly class properties
#
php
#
programming
#
tutorial
#
cleancode
7
reactions
Comments
Add Comment
1 min read
Documentação a linha ténue entre usar ou não o clean code
Lucas Souza
Lucas Souza
Lucas Souza
Follow
Jun 4 '22
Documentação a linha ténue entre usar ou não o clean code
#
discuss
#
cleancode
#
documentation
#
programming
7
reactions
Comments
Add Comment
4 min read
Code smell Katas — Graceful exception handling
Akhil Ghatiki
Akhil Ghatiki
Akhil Ghatiki
Follow
May 28 '22
Code smell Katas — Graceful exception handling
#
programming
#
java
#
refactorit
#
cleancode
5
reactions
Comments
Add Comment
5 min read
Code Smell 132 - Exception Try Too Broad
Maxi Contieri
Maxi Contieri
Maxi Contieri
Follow
May 18 '22
Code Smell 132 - Exception Try Too Broad
#
python
#
programming
#
cleancode
#
webdev
17
reactions
Comments
6
comments
2 min read
Clean Code Tip: Not all comments are bad
Davide Bellone
Davide Bellone
Davide Bellone
Follow
May 11 '22
Clean Code Tip: Not all comments are bad
#
cleancode
#
programming
5
reactions
Comments
1
comment
2 min read
Vue.js e os princípios do SOLID
Lucas Souza
Lucas Souza
Lucas Souza
Follow
Apr 29 '22
Vue.js e os princípios do SOLID
#
vue
#
solid
#
cleancode
#
typescript
12
reactions
Comments
1
comment
11 min read
Writing better code
Mustapha Belmokhtar
Mustapha Belmokhtar
Mustapha Belmokhtar
Follow
Apr 10 '22
Writing better code
#
java
#
cleancode
8
reactions
Comments
Add Comment
1 min read
Clean Code Tip: AAA pattern for tests: why is it important?
Davide Bellone
Davide Bellone
Davide Bellone
Follow
Apr 8 '22
Clean Code Tip: AAA pattern for tests: why is it important?
#
cleancode
#
testing
7
reactions
Comments
1
comment
2 min read
The magic combo: label what your code does and break it down to small pieces
András Tóth
András Tóth
András Tóth
Follow
Mar 31 '22
The magic combo: label what your code does and break it down to small pieces
#
cleancode
#
javascript
#
css
6
reactions
Comments
Add Comment
5 min read
O Poder da Classe Enum com métodos abstratos
Hernani Almeida
Hernani Almeida
Hernani Almeida
Follow
Mar 30 '22
O Poder da Classe Enum com métodos abstratos
#
java
#
cleancode
#
springboot
#
enum
14
reactions
Comments
Add Comment
4 min read
Implementando Clean Architecture com Golang
Vinícius Boscardin
Vinícius Boscardin
Vinícius Boscardin
Follow
Mar 23 '22
Implementando Clean Architecture com Golang
#
go
#
cleanarchitecture
#
cleancode
#
webdev
105
reactions
Comments
4
comments
10 min read
How to log your life easier in Symfony?
medunes
medunes
medunes
Follow
Mar 1 '22
How to log your life easier in Symfony?
#
symfony
#
php
#
cleancode
#
log
8
reactions
Comments
1
comment
3 min read
2- Why/How to write "Comment"? What is Clean Code?
Hamit SEYREK
Hamit SEYREK
Hamit SEYREK
Follow
Feb 14 '22
2- Why/How to write "Comment"? What is Clean Code?
#
cleancode
#
comment
#
advanced
#
sowtware
6
reactions
Comments
5
comments
7 min read
Code Smell 114 - Empty Class
Maxi Contieri
Maxi Contieri
Maxi Contieri
Follow
Feb 12 '22
Code Smell 114 - Empty Class
#
oop
#
tutorial
#
cleancode
#
webdev
6
reactions
Comments
Add Comment
2 min read
“Best Practices” as an anti-pattern
Vaidotas Piekus
Vaidotas Piekus
Vaidotas Piekus
Follow
Feb 6 '22
“Best Practices” as an anti-pattern
#
cleancode
#
dry
#
productivity
5
reactions
Comments
Add Comment
3 min read
Clean Code in C# Part 9 Rules for Results
Caio Cesar
Caio Cesar
Caio Cesar
Follow
Jan 31 '22
Clean Code in C# Part 9 Rules for Results
#
cleancode
#
csharp
#
dotnet
#
design
7
reactions
Comments
Add Comment
3 min read
0- Advanced Software Development
Hamit SEYREK
Hamit SEYREK
Hamit SEYREK
Follow
Jan 31 '22
0- Advanced Software Development
#
devops
#
tdd
#
cicd
#
cleancode
6
reactions
Comments
1
comment
3 min read
Some Best Practices of Javascript for clean and better code quality...
Vinay Dagar
Vinay Dagar
Vinay Dagar
Follow
Jan 22 '22
Some Best Practices of Javascript for clean and better code quality...
#
javascript
#
programming
#
node
#
cleancode
211
reactions
Comments
10
comments
4 min read
How to write clean code?!
Kubilay Çakmak
Kubilay Çakmak
Kubilay Çakmak
Follow
Jan 18 '22
How to write clean code?!
#
cleancode
#
coding
#
javascript
#
webdev
6
reactions
Comments
Add Comment
3 min read
Clean Code Tip: Avoid mental mappings
Davide Bellone
Davide Bellone
Davide Bellone
Follow
Mar 11 '22
Clean Code Tip: Avoid mental mappings
#
cleancode
8
reactions
Comments
Add Comment
2 min read
Clean Code in C# Part 8 Classes
Caio Cesar
Caio Cesar
Caio Cesar
Follow
Jan 19 '22
Clean Code in C# Part 8 Classes
#
oop
#
cleancode
#
csharp
#
dotnet
4
reactions
Comments
Add Comment
3 min read
Declarative Optional.Js
Muthukumaran
Muthukumaran
Muthukumaran
Follow
Jan 3 '22
Declarative Optional.Js
#
webdev
#
javascript
#
functional
#
cleancode
6
reactions
Comments
Add Comment
1 min read
Clean Code in C# Part 7 Unit Tests
Caio Cesar
Caio Cesar
Caio Cesar
Follow
Jan 10 '22
Clean Code in C# Part 7 Unit Tests
#
chsarp
#
cleancode
#
test
#
dotnet
10
reactions
Comments
Add Comment
3 min read
Clean Code in C# Part 6 Limits
Caio Cesar
Caio Cesar
Caio Cesar
Follow
Jan 7 '22
Clean Code in C# Part 6 Limits
#
cleancode
#
csharp
#
limits
#
dotnet
6
reactions
Comments
Add Comment
3 min read
But we REALLY need TODO comments!
Jonathan Hall
Jonathan Hall
Jonathan Hall
Follow
May 31 '22
But we REALLY need TODO comments!
#
cleancode
#
codecomments
#
issuetracking
5
reactions
Comments
1
comment
2 min read
Refactoring 003 - Extract Constant
Maxi Contieri
Maxi Contieri
Maxi Contieri
Follow
Jan 2 '22
Refactoring 003 - Extract Constant
#
oop
#
programming
#
refactoring
#
cleancode
7
reactions
Comments
Add Comment
1 min read
Clean Code in C# Part 5 Exception Handling
Caio Cesar
Caio Cesar
Caio Cesar
Follow
Dec 31 '21
Clean Code in C# Part 5 Exception Handling
#
cleancode
#
csharp
#
programming
#
exception
6
reactions
Comments
Add Comment
3 min read
I Wrote More than 90 Articles on 2021: Here is What I Learned
Maxi Contieri
Maxi Contieri
Maxi Contieri
Follow
Dec 31 '21
I Wrote More than 90 Articles on 2021: Here is What I Learned
#
writing
#
tutorial
#
webdev
#
cleancode
19
reactions
Comments
Add Comment
4 min read
Clean Code in C# Part 4 Formatting
Caio Cesar
Caio Cesar
Caio Cesar
Follow
Dec 25 '21
Clean Code in C# Part 4 Formatting
#
cleancode
#
csharp
#
programming
#
formatting
5
reactions
Comments
Add Comment
4 min read
Code Smell 111 - Modifying Collections While Traversing
Maxi Contieri
Maxi Contieri
Maxi Contieri
Follow
Dec 19 '21
Code Smell 111 - Modifying Collections While Traversing
#
oop
#
programming
#
cleancode
#
codesmell
6
reactions
Comments
Add Comment
2 min read
Clean Code in C# Part 3 Comments
Caio Cesar
Caio Cesar
Caio Cesar
Follow
Dec 18 '21
Clean Code in C# Part 3 Comments
#
csharp
#
cleancode
#
programming
#
comment
11
reactions
Comments
6
comments
2 min read
Code Smell 110 - Switches With Defaults
Maxi Contieri
Maxi Contieri
Maxi Contieri
Follow
Dec 15 '21
Code Smell 110 - Switches With Defaults
#
oop
#
cleancode
#
codesmells
#
tutorial
7
reactions
Comments
Add Comment
2 min read
Go project layout with Clean architectures and DDD
charly3pins
charly3pins
charly3pins
Follow
Dec 9 '21
Go project layout with Clean architectures and DDD
#
go
#
ddd
#
architecture
#
cleancode
15
reactions
Comments
Add Comment
6 min read
Unit Testing : Make Others Adopt it
DevByJESUS
DevByJESUS
DevByJESUS
Follow
Dec 9 '21
Unit Testing : Make Others Adopt it
#
testing
#
tdd
#
unittesting
#
cleancode
1
reaction
Comments
Add Comment
2 min read
Refactorización de un monolito (Refactoring of a monolith)
Agustin Tosco
Agustin Tosco
Agustin Tosco
Follow
Dec 8 '21
Refactorización de un monolito (Refactoring of a monolith)
#
architecture
#
cleancode
4
reactions
Comments
Add Comment
4 min read
Clean Code in C# Part 2 Methods
Caio Cesar
Caio Cesar
Caio Cesar
Follow
Dec 4 '21
Clean Code in C# Part 2 Methods
#
programming
#
csharp
#
cleancode
#
methods
5
reactions
Comments
Add Comment
4 min read
DEV3L on Five Lines of Code - How and when to refactor
Justin L Beall
Justin L Beall
Justin L Beall
Follow
Dec 3 '21
DEV3L on Five Lines of Code - How and when to refactor
#
agile
#
refactoring
#
cleancode
#
craftsmanship
5
reactions
Comments
Add Comment
3 min read
Code Smell 108 - Float Assertions
Maxi Contieri
Maxi Contieri
Maxi Contieri
Follow
Dec 3 '21
Code Smell 108 - Float Assertions
#
oop
#
tutorial
#
codenewbie
#
cleancode
4
reactions
Comments
Add Comment
2 min read
Your Code isn’t Correct
Lane Wagner
Lane Wagner
Lane Wagner
Follow
for
Boot.dev
Dec 9 '21
Your Code isn’t Correct
#
cleancode
#
programming
#
architecture
7
reactions
Comments
Add Comment
3 min read
Your IDE helps if you help the IDE - example
András Tóth
András Tóth
András Tóth
Follow
Nov 24 '21
Your IDE helps if you help the IDE - example
#
javascript
#
beginners
#
cleancode
#
node
4
reactions
Comments
Add Comment
3 min read
Code Smell 105 - Comedian Methods
Maxi Contieri
Maxi Contieri
Maxi Contieri
Follow
Nov 23 '21
Code Smell 105 - Comedian Methods
#
poo
#
naming
#
cleancode
#
codesmells
2
reactions
Comments
4
comments
2 min read
Why is good naming so important?
András Tóth
András Tóth
András Tóth
Follow
Nov 22 '21
Why is good naming so important?
#
cleancode
#
programming
#
beginners
#
tinyarticle
3
reactions
Comments
Add Comment
2 min read
Clean Code in C# Part 1 Meaningful Names
Caio Cesar
Caio Cesar
Caio Cesar
Follow
Nov 20 '21
Clean Code in C# Part 1 Meaningful Names
#
csharp
#
codequality
#
programming
#
cleancode
20
reactions
Comments
Add Comment
3 min read
Code Smell 104 - Assert True
Maxi Contieri
Maxi Contieri
Maxi Contieri
Follow
Nov 21 '21
Code Smell 104 - Assert True
#
poo
#
testing
#
tdd
#
cleancode
4
reactions
Comments
Add Comment
2 min read
Why meaningful names are important?
Raviraj Subramanian
Raviraj Subramanian
Raviraj Subramanian
Follow
Nov 20 '21
Why meaningful names are important?
#
programming
#
cleancode
#
beginners
4
reactions
Comments
Add Comment
2 min read
loading...
We're a blogging-forward open source social network where we learn from one another
Log in
Create account