Search Results

5
votes

defensive coding practices

always initialize variables use const wherever I can (without using mutable) avoid bare dynamic allocation of memor or other resources alw …