The field naming conventions are simple:
- f for fields, for example, fMyField, fValue, fBalance
- g for special global and public fields, for example, gSingleton
(use discouraged)
- s for static fields, for example, sReferenceValue, sValueManager
- CAPS for constants, eg static final HASHCACHE_NOT_SET