Re: Fw: [PHP-WIN] Passing by reference...

2002-01-01 Thread Michael Sims
At 12:08 AM 1/2/2002 -0600, Michael Sims wrote: >At 09:27 AM 1/2/2002 +1100, Ignatius Teo wrote: >>Isn't passing by reference a "no-no" is terms of good programming? At least >>that's what I was told when I studied programming about 12 years ago? >> >>Ignatius > >Not sure...do you recall the reaso

Re: Fw: [PHP-WIN] Passing by reference...

2002-01-01 Thread Michael Sims
At 09:27 AM 1/2/2002 +1100, Ignatius Teo wrote: >Isn't passing by reference a "no-no" is terms of good programming? At least >that's what I was told when I studied programming about 12 years ago? > >Ignatius Not sure...do you recall the reasons that were given when you were told that? -- PHP W

Re: Fw: [PHP-WIN] Passing by reference...

2002-01-01 Thread Pac mon
passing by reference is in itself a "bad thing"perhaps a necessary >evil. > >All I'm saying is have the "rules" changed since I left Uni? > > > >Ignatius > > > >----- Original Message - >From: "Pac mon" <[EMAIL

Re: Fw: [PHP-WIN] Passing by reference...

2002-01-01 Thread Ignatius Teo
<[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 02, 2002 2:30 PM Subject: Re: Fw: [PHP-WIN] Passing by reference... > Some teachers will say this just because they think students are dumb. The > reasoning behind it is that 'if we teach them to pass by ref

Re: Fw: [PHP-WIN] Passing by reference...

2002-01-01 Thread Pac mon
Some teachers will say this just because they think students are dumb. The reasoning behind it is that 'if we teach them to pass by reference some other dumb programmer can accidentally change values around and break stuff!' Simpletons! > >Isn't passing by reference a "no-no" is terms of good p