Index: [thread] [date] [subject] [author]
  From: Jay Steele <jes22@duke.edu>
  To  : 
  Date: Mon, 08 Mar 1999 11:44:05 -0800

design

I have a design question...
when dealing with command line parameters, the help page mentions that
you should not use switch statements, but maybe a map of command line
objects.  What exactly would the command line objects map to...an object
of function to call when the command line object is "on"?  I am confused
what the best way to handle command line stuff is without using if's and
switch statements.  Could someone please explain a solution?

thanks
jay



Index: [thread] [date] [subject] [author]