Home / Companies / Pybites / Blog / Post Details
Content Deep Dive

Write more maintainable Python code, avoid these 15 code smells

Blog post from Pybites

Post Details
Company
Date Published
Author
PyBites Team
Word Count
250
Language
English
Hacker News Points
-
Summary

Code smells are indicators in programming that suggest potential underlying issues or poor code quality, although they are not necessarily bugs. In a recent discussion, 15 common code smells were identified, ranging from general programming issues to those specific to Python, such as long functions, duplicated code, and the misuse of global space. These characteristics can affect maintainability and clarity, prompting developers to be more mindful of their own code and that of others. Listeners are encouraged to provide feedback or suggest topics through various platforms, and additional resources like 1:1 coaching are offered for those seeking to write cleaner, more maintainable code in complex applications.