Hacker News new | ask | show | jobs
by TeMPOraL 3451 days ago
I've been reading Code Complete recently, and this is exactly what the book recommends for variable names :).
1 comments

I had no idea the rule is a classic. It's frustrating that with a little more education I would have spared plenty of time spent reinventing the wheel.
I don't shy away from reading programming books and I have close to two decades of programming experience now (including hobby times), and this is the first time I've actually read this advice. It doesn't seem to be widely spread. So I guess the choice of books matters...
I identify OO culture as a possible culprit. OO is not so fond of structuring and scoping mechanisms besides classes.