Re: [Tutor] Fwd: Re: Tips

2014-06-21 Thread Mark Lawrence
On 21/06/2014 18:23, Alan Gauld wrote: On 21/06/14 01:45, Alex Kleider wrote: The only applicability that fits in with anything I've experienced has to do with the necessity of globals to represent command line parameters That's not a necessity and I hardly ever do that... :-) But it is one p

Re: [Tutor] Fwd: Re: Tips

2014-06-21 Thread Alan Gauld
On 21/06/14 01:45, Alex Kleider wrote: The only applicability that fits in with anything I've experienced has to do with the necessity of globals to represent command line parameters That's not a necessity and I hardly ever do that... :-) But it is one pattern for handling CL args. Other comm