rbits@lemm.ee to Programmer Humor@programming.devEnglish · edit-25 months agoUniversity Studentslemm.eeimagemessage-square66fedilinkarrow-up1295arrow-down116file-text
arrow-up1279arrow-down1imageUniversity Studentslemm.eerbits@lemm.ee to Programmer Humor@programming.devEnglish · edit-25 months agomessage-square66fedilinkfile-text
minus-square01101000_01101001@mander.xyzlinkfedilinkarrow-up1·edit-25 months agoWhile this is true, an alternative is to name your variables and functions descriptively so that when you see number_of_cats you know that variable is the number of cats, and buyAnotherCat() is a function that increases the number of cats.
While this is true, an alternative is to name your variables and functions descriptively so that when you see
number_of_cats
you know that variable is the number of cats, andbuyAnotherCat()
is a function that increases the number of cats.