$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Paul Mensonides (pmenso57_at_[hidden])
Date: 2002-11-07 18:49:43
----- Original Message -----
From: "Rozental, Gennadiy" <gennadiy.rozental_at_[hidden]>
> Could somebody explain the difference and when which one should be used.
>
> Also is there PP desing paper that explain how it is working/implemented?
Vertical repetition is primarily for large scale repetition--such as
repetition or whole functions or class definitions. Horizontal repetition
is better (IMO) for small things like "class T0, class T1, class T2" (etc.).
There isn't a paper about *how* it is working. However, the docs include a
paper on how to use it.
Let me know if you need any help...
Paul Mensonides