rlvaugh / Impractical_Python_Projects

Code & supporting files for chapters in book
401 stars 269 forks source link

common mistakes that you need to improve #13

Closed prabin123-proo closed 3 years ago

prabin123-proo commented 3 years ago

try to write your variable in small letters and in such way that it can be meaningful to that programme that you made. hope you understand

rlvaugh commented 3 years ago

I'll definitely work on that, unless the variable is a constant in which case it should be all caps. One issue I face is that the publisher prefers lines of code that don't wrap, and I sometimes have to shorten variable names to fit this convention.