|
From: Eric B. <apa...@xe...> - 2003-08-26 21:38:07
|
You make a very good point, also to make the transition as painless as=
possible
a "redirect" layer can be added so that modules do not break. For example:
pnVarCleanFromInput($var)
{
=09varCleanFromInput($var);
}
Eventually when we have the compatibility system completed this will not be=
an
issue and this temporary layer could be removed.
Eric Barr
Project Manager :: E n v o l u t i o n
On 26 Aug 2003 16:31:33 -0500, Scott Kindley wrote:
> On Tue, 2003-08-26 at 14:03, Eric Barr wrote:
>> I would like to suggest the removal of all prefix's such as "pn"
>> and "env" from the filenames in the codebase. Prefix's in my
>> opinion should be reserved for package naming. Does anyone else
>> have an opinion on this? If so sound off!
>>
>>
>> Eric Barr
>>
>>
>> Project Manager :: E n v o l u t i o n
>>
>
> I agree.
>
>
> But I also think we should go ahead and standardize on the no-
> prefix thing for all code as well. Cause if the core code is
> "prefix-less" most modules would require a rewrite anyway because
> they will no doubt make calls to the old prefix code left over from
> postnuke...for example pnAPI.php
>
> Zoom
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: VM Ware
> With VMware you can run multiple operating systems on a single
> machine. WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual
> machines at the same time. Free trial click
> here:http://www.vmware.com/wl/offer/358/0
> _______________________________________________ Envolution-devel
> mailing list Env...@li...
> https://lists.sourceforge.net/lists/listinfo/envolution-devel
|