about main()
Marko Rauhamaa
marko at pacujo.net
Thu Jul 5 08:14:35 EDT 2018
Abdur-Rahmaan Janhangeer <arj.python at gmail.com>:
>> * Create as many functions as you can
> performance?
Python?
Seriously, though. The principle of expressive encapsulation is one of
the basic cornerstones of writing computer programs. Performance barely
ever becomes a question, and even more rarely has anything to do with
the number of function calls (low-level programming language compilers
optimize efficiently).
The most important objective of software development is the management
of complexity. Silly performance optimizations are way down the priority
list.
Marko
More information about the Python-list
mailing list