Alex Rousskov wrote:
Hello,

    For directory layout, should we use:

        src/adaptation
        src/icap
        src/ecap
or

        src/adaptation/
        src/adaptation/icap
        src/adaptation/ecap
The former makes simple grepping easier (grep */*.cc), especially when we cleanup src/*.cc mess, but the latter feels is more "organized".

I always use:   grep -R "blah" src/*
So either is fine, and the latter does feel more organized.


There is also an option of moving general/shared files to its own "base"
or "common" directory:

        src/adaptation/base
        src/adaptation/icap
        src/adaptation/ecap


Nah, that breaks the feeling or organized.


Amos
--
Please use Squid 2.6.STABLE19 or 3.0.STABLE4

Reply via email to