We're a place where coders share, stay up-to-date and grow their careers.
Great article, thank you!
Found it, trying to find idea for naming of boolean "AreContactsShown". Name "isEachContactShown" would be weird - there are no separate contact items.
Any suggestions?
contactsAreShown, contactsAreVisible, or create an object: contacts.visible
contactsAreShown
contactsAreVisible
contacts.visible
Thanks!
Where are the contacts displayed in? You could maybe use that instead, e.g. isContactListShown
Great article, thank you!
Found it, trying to find idea for naming of boolean "AreContactsShown". Name "isEachContactShown" would be weird - there are no separate contact items.
Any suggestions?
contactsAreShown
,contactsAreVisible
, or create an object:contacts.visible
Thanks!
Where are the contacts displayed in? You could maybe use that instead, e.g. isContactListShown