Re: lies about OOP

2005-01-04 Thread Mike Brenner
oupling, increase cohesion of the software, and do tricks with lambda", Python-D will say: "simplify, reduce coupling, and increase cohesion of the data, and do tricks with metadata." Mike Brenner -- http://mail.python.org/mailman/listinfo/python-list

Re: What do people use for code analysis.

2007-05-02 Thread Mike Brenner
otice that such things as code size, inheritance, multiple tasks, calls, etc., don't add cost! Code costs almost nothing compared to the true value, the data and the dataflows. Mike Brenner Steven wrote: > Lots of code, calls to, calls by, inheritance, multiple tasks, etc. > What do