http://www.perlmonks.org?node_id=291026


in reply to Reasons for looking at your favourite module's source

Another pro: It acts as a salutary lesson on why you should write good, clear, readable code yourself.

Nothing drives this lesson home more than that first time you have to understand and maintain somebody else's code ;-)

  • Comment on Re: Reasons for looking at your favourite module's source

Replies are listed 'Best First'.
Re (2): Reasons for looking at your favourite module's source
by VSarkiss (Monsignor) on Sep 12, 2003 at 18:47 UTC

    Better still: the first time you find yourself having to fix the code you wrote five years ago, and realizing you have no recollection of why you wrote it the way you did.