Category Archives: Coding standards

The thorny issue of naming conventions (part 2): scope and type hints

This is the second part of this series of posts on naming conventions in the source code. In the previous post I discussed the use of small and capital letters in type and variable names, and today I’m going to … Continue reading

Posted in Coding standards | Leave a comment

The thorny issue of naming conventions (part 1): lowercase v. uppercase

It’s been a long time since my previous post. As I should have expected, I’ve found that it’s actually pretty hard to maintain a blog and I’ve been busier than usual during the last few months. I hope I can … Continue reading

Posted in Coding standards | Leave a comment