For the sake of naming variables in code, I'm looking for a word that encompasses both tablets and laptops/desktops. Or, devices ranging between those sizes (not phone-sized devices).
Any ideas?
For the sake of naming variables in code, I'm looking for a word that encompasses both tablets and laptops/desktops. Or, devices ranging between those sizes (not phone-sized devices).
Any ideas?
What about
large_device
or
not_phone
These are not really the most elegant choices, but I think that they fairly clear in their intention.
Can you give more detail as to how you will be using this nomenclature? Is it a prefix? Is it prepended to reasonably short variable names or to long ones?