..so my question is "is this acceptable" or "is there a better way?" thks Alex _______________________________________________ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor
Please correct me if I am wrong, but I've assumed that it is proper to
define all functions before embarking on the main body of a program.
I find myself breaking this rule because I want to set the default
values of some named function parameters based on a configuration file
which I have to first read, hence the need to break the rule.
- [Tutor] functions first? Alex Kleider
- Re: [Tutor] functions first? Ben Finney
- Re: [Tutor] functions first? Alex Kleider
- Re: [Tutor] functions first? Alan Gauld
- Re: [Tutor] functions first? Alex Kleider
- Re: [Tutor] functions first? Steven D'Aprano
- Re: [Tutor] functions first? Alex Kleider
- Re: [Tutor] functions first? Steven D'Aprano
- Re: [Tutor] functions first? Alex Kleider