Today, I would like to start a new series of article about one field I appreciate a lot and which concerns (I hope that) all developers: Clean and meaning code.
Did you ever see a piece of code and said
“Hum there is a problem here … I can’t put a word on it but it smells not good …”
Wait for it! You said “smell not good” ? That’s the word I wanted!
When you want to detect or understand clean and meaning code, you can refer to the “code smells” list! You can find this list and some example on CodingHorror website and a definition on Wikipedia.
I think that every developer have to keep in mind all these principle. Some of these odors can be very simple or obvious for you but in our job there is, unfortunately, some developer for whom clean and meaning code isn’t their problem … What is important for them is “It’s working then it’s done”! No matter how it has been implemented!
So we all need to transport the good word about code smells around us!

















