Tagged Questions
5
votes
8answers
1k views
What's the best book for coding conventions? [closed]
What's the best book about coding conventions (and perhaps design patterns), that you highly recommend (at best code samples in Python, C++ or Java)?
It would be good, if the book (or just another) ...
2
votes
7answers
181 views
btnBack vs backButtonField
For blackberry GUI developement. I am using the name convention like backButtonField and some of my colleagues are using btnBack.
But sometimes I stuck with the names like loginVerticalFieldManager ...