So, I need some opinions on this. I understand that little things, like (in C++) naming private member function with lowercase letters, is a good idea. I understand with my brain, but I really don't want to do it.
I've been programming for 18 goddamn years, and I've got an established habit of writing code like:
///
// Actually create
(
Read more... )
Comments 2
(The comment has been removed)
Reply
Computer science is constantly evolving, the last thing you need is to be static.
On a side note about naming conventions, I had the pleasure of working with an awesome programmer with my previous job at Integra. One of his naming conventions that I borrowed is placing "raw" or "cooked" at the tail end of data file that would be processed. "AddressCollectionRaw" or "AddressCollectionCooked." A few hated it, but it worked for me and I adapted.
Reply
Leave a comment