Broken Hungarian Notation

This is something rather insane that I use.

I have rather adapted an unusual naming convention based on HungarianNotation. More specific entries are further down, pick last matching rule.

The only really strange thing here is that opened files get called fWhatever, but are passed to IO routines receiving h as the argument. The o as member reference is derived from the use of o as Object. _o strikes me as too ugly to be useful.