next up previous contents
Next: Use reasonable names for Up: Software Development and Coding Previous: Use const instead of   Contents

Templates

Use templates whenever possible. As soon as you identify that you are customizing a class or method based on the type, convert it to a template. If you make more than one copy of a method because of a varying type, then you have made too many copies. Think one, there can be only one! With this philosophy you will develop much more versatile code.


15#15

Should be changed to:


16#16



Subsections

Falko Kuester 2001-08-24