|
|
|
|
|
by usrbinbash
1614 days ago
|
|
Depends entirely on the context, ie. what's the scope of `fullname`. If this is a variable in a 20LOC func, f is completely sufficient, easier to type, easier to read. In the other extreme, names can also be too meaningful: ´ThingMessageRelayAdministratorMiddlewareComposer` or `storage_access_administrator_storageshelf_listview` are jacked full of meaning, and about as useful as a hammer without a handle. |
|
Not sure how "easier to type" is relevant - aside from Notepad pretty much every editor offers some completion feature. I'm definitely a fan of longer identifiers, though abbreviated where it makes sense and using short words where possible.