|
|
|
|
|
by fouc
3003 days ago
|
|
The variable name can just be fooBar, and bazBar, and organized/namespaced such that you could have Thing.fooBar and Thing.bazBar (assuming you want those exposed to the rest of the application). Readable variable names doesn't mean wordy names. I would avoid using more than 2 words in a variable name. |
|