:fa:`puzzle-piece` Maintainability
A program is maintainable if it is easy to understand and modify the code even for someone that is unfamiliar with the code base.
Avoid the following anti-patterns to increase maintainability and avoid creating spaghetti code.
.. toctree::
:maxdepth: 1
from_module_import_all_used
not_using_with_to_open_files
returning_more_than_one_variable_type_from_function_call
using_the_global_statement
using_single_letter_as_variable_name
dynamically_creating_names