advertisement

Article:
  VBScript or Perl?
Subject:   Python
Date:   2003-11-19 10:45:07
From:   anonymous2
Response to: Python

"and has cleaner object orientation than perl"


But why would this matter in a scripting environment? No one is going to write a class for a 20-30 line utility script.


- Joe

Main Topics Oldest First

Showing messages 1 through 1 of 1.

  • Python
    2003-11-20 06:28:23  mahansen [Reply | View]

    Code reuse would be the biggest reason to write a class for a utility script. Maybe you want to do something similar in another script, you can use that class in it.

    Also, you'd be surprised how many 20-30 line utility scripts grow into monster apps.