Tag Archives: coding guidelines

“Effective Java” : Part 1

I have been writing posts about effective C++ from the book by Scott Meyers but there is a similar book by Joshua Bloch that addresses similar tricks and tips for Java. Many Java designers believe that their language of choice … Continue reading

Posted in General | Tagged , , | Leave a comment

“Effective C++” : Part 4

With this post I consider the next four tips from Scott Meyer’s book on effective C++. This post brings us to the end of chapter 3 in the book which is dedicated to resource management. Resources in C++ are much … Continue reading

Posted in General | Tagged , , , , | Leave a comment

“Effective C++” : Part 3

With this post I circle back to the next four tips from Scott Meyer’s book on effective C++. This post brings us to the end of chapter 2 in the book. These next four tips are not as obscure as … Continue reading

Posted in General | Tagged , , , , | Leave a comment

“Effective C++” : Part 2

In this post I bring you back to Scott Meyers book on effective C++ programming. We will consider the next four tips and hopefully add them to our programming arsenal. What follows is my take on the next four tips: … Continue reading

Posted in General | Tagged , , , , | 2 Comments

“Effective C++” : Part 1

Effective C++ is a book published by Scott Meyers that is currently in its third edition. The first time I heard of the book was when I toured a gaming company in London Ontario. The company in question, purchases a … Continue reading

Posted in General | Tagged , , , , | Leave a comment