News

The wikipedia article on computer program naming conventions is a good starting point, where you can dig into the nitty gritty of Hungarian notation like bFlag, case separated names like camelCase ...
Use a consistent set of naming conventions when you write code and your software will be easier to manage, debug, troubleshoot and maintain.