Forum OpenACS Development: Re: A Wiki Page per Package?

Collapse
Posted by Vinod Kurup on
I finished the code-metrics include, but it's a little expensive since it reads all the package files from the file-system in order to count lines or grep for procs. So, I've cached it by creating a proc called 'metrics'.

My question: which package should this new proc go into? I'm thinking either acs-tcl (apm:: namespace) or acs-api-documentation.