Daniel Cedilotte
1/20/2006 6:44:00 PM
> Does anyone see advantages to using Hungarian Case to variable names in
> Ruby, or do you think it may hinder as some people call "accidental
> abstraction" [Bill Davis] ? Since Ruby is big with "Duck Typing", would
> using Hungarian Case be more of a verbal obstacle than a more
> descriptive variable. What about varying degrees, such as for integers,
> doubles, strings, and o for Objects, but not exhaustive?
IMHO, I've never seen the use for it. As far as I know, variable names
should be able to tell you what it holds at a glance. I am however of
the old school of programming and hence, might not be the best person to
give my opinion but none the less, I still find that Hungarian Notation
is a big waste of time.