Make Object Oriented?
eduardo.padoan at gmail.com
eduardo.padoan at gmail.com
Thu Aug 10 09:01:23 EDT 2006
More information about the Python-list mailing list
Thu Aug 10 09:01:23 EDT 2006
- Previous message (by thread): Make Object Oriented?
- Next message (by thread): Make Object Oriented?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
It would be ease to create such a tool if you dont care if your code is a Functional Decomposition (http://c2.com/cgi/wiki?FunctionalDecomposition) AntiPatern. But OO design is hard to do "automagically" from a bunch of functions and data structures. Methods and attributes are in the same object for a conceptual reason too, don't you think?
- Previous message (by thread): Make Object Oriented?
- Next message (by thread): Make Object Oriented?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list