DEV Community

Discussion on: What Are Your Worst Coding Habits?

Collapse
 
aratinau profile image
Aymeric Ratinaud

Image description

Collapse
 
mateomateohudson1112 profile image
mateomateohudson

Writing code without proper documentation makes it harder for other developers to understand and maintain your code.Hard-coding values in your code, instead of using constants or configuration Couple of the Day files, makes your code less flexible and harder to maintain.