Better Boolean Variable Names π
Coming up with good variable names can be a challenge. For boolean values, you can follow this convention. Prefix it with `is`, `has`, or `can`. Just by reading the name, you'll know it's a boolean π
#100DaysOfCode #CodeNewbie #301DaysOfCode