RE: Studying & Source Code

2002-04-18 Thread Paul Ennis
rtise. PKE -Original Message- From: Anthony Beaman [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 18, 2002 7:36 AM To: [EMAIL PROTECTED] Subject: Studying & Source Code How's the best way to get the most out of studying and studying source code? I'm always reading tha

Re: Studying & Source Code

2002-04-18 Thread drieux
On Thursday, April 18, 2002, at 05:35 , Anthony Beaman wrote: [..] > I then try to study code but it's usually beyond me. [..] always remember perldoc -m will let you skim through the module completely - POD/Code/Comments. the three responses I have seen from Felix, Jonathan and Jen

Re: Studying & Source Code

2002-04-18 Thread Felix Geerinckx
on Thu, 18 Apr 2002 13:01:39 GMT, [EMAIL PROTECTED] (Jonathan e. paton) wrote: > Studying other peoples Perl code is probably a Bad Thing, > since Perl doesn't enforce any style, design, efficency > or robustness on the programmer. > [...] > Not in my opinion. As above, many perl scripts availa

Re: Studying & Source Code

2002-04-18 Thread Jonathan E. Paton
> How's the best way to get the most out of studying and > studying source code? I'm always reading that looking > at source code (and coding in general) is the best way > to learn to program. The best way is to join a programming project, and learn the required aspects of

Re: Studying & Source Code

2002-04-18 Thread Jenda Krynicky
From: "Anthony Beaman" <[EMAIL PROTECTED]> > How's the best way to get the most out of studying and studying source > code? I'm always reading that looking at source code (and coding in > general) is the best way to learn to program. You should not just look a

Studying & Source Code

2002-04-18 Thread Anthony Beaman
How's the best way to get the most out of studying and studying source code? I'm always reading that looking at source code (and coding in general) is the best way to learn to program. I'm taking stuff of the net and going through it and trying to make sure I can "read&q