OOP only in modules

Andrea Crotti andrea.crotti.0 at gmail.com
Tue Apr 12 14:49:58 EDT 2011


newpyth <newpyth at gmail.com> writes:

> Hi Andrea,
> excuse my beeing criptic (you wrote: "I have some troubles
> understanding what you mean") but I coudn't to go on too long.
> Now I can conclude my speech...
> When I was younger I transformed a big Clipper program in
> simil-C in order to apply cflow... and I succeeded...
> but Clipper wasn't OO!
> To better explain I must introduce cflow...
> <code>From: http://www.gnu.org/software/cflow/manual/cflow.txt
>

[...]

Apart from literate programming noone codes trying to write such a
linear work flow, for many good reasons.

You should find the right metaphor to solve your problem and code it,
then you can analyze the real call graph with the right tools, like for
example

http://pycallgraph.slowchop.com/



More information about the Python-list mailing list