Re: Effective Bad Coding Habits

2002-06-20 Thread drieux
On Thursday, June 20, 2002, at 09:01 , Jeff 'japhy' Pinyan wrote: > [NOTE: this is a reply to a SATIRE, so don't wig out] You should have warned me that there was a clear defect in the _info model but I have fixed the document and have demonstration code up http://www.wetware.com/drieux/pbl/bl

Re: Effective Bad Coding Habits

2002-06-20 Thread Ovid
--- drieux <[EMAIL PROTECTED]> wrote: > hence > $globals{var1} - scalar variable > $globals{var1_a}- array variable > $globals{var1_h}- hash variable > $globals{var1_s}- sub variable > $globals{var1_ar} - reference to an array va

Re: Effective Bad Coding Habits

2002-06-20 Thread drieux
On Thursday, June 20, 2002, at 09:01 , Jeff 'japhy' Pinyan wrote: > [NOTE: this is a reply to a SATIRE, so don't wig out] what? you mean it's not a good basis for a 4/1 RFC standard??? > On Jun 20, drieux said: > >> my %globals; # where we hide all our globals >> #

Re: Effective Bad Coding Habits

2002-06-20 Thread Felix Geerinckx
on Thu, 20 Jun 2002 15:15:32 GMT, Drieux wrote: > It just struck me that there are many ways to > make bad coding habits more effective. > > Folks EITHER need to get out of the habit of > using a bunch of globals - or become more > effective at the process. > > To this latter end I offer this s