always use clear naming conventions ⚡ they make code easier to understand and maintain over time ✨ especially when working in teams or revisiting old projects later
use descriptive names for variables & functions instead of generic terms like
a
,
b
etc. this can save you (and your future self) a lot of headaches ♂️