Forum OpenACS Development: Utilities Procs Structure

Collapse
Posted by Peter Marklund on
I just added a proc called adp_quote_chunk that TCL-quotes a piece of
text. As Jeff pointed out a more appropriate name for the proc is
quote_tcl (or quotetcl). The question then is where the proc should
reside. In acs-tcl/tcl we currently have both utilities-procs.tcl
(without namespace) and openacs-kernel-procs.tcl (with namespace
oacs_util::). What is the difference between those, is there any?
Where should I put the proc?