ANN: Dao Language v.0.9.6-beta is release!

Christophe chris.cavalaria at free.fr
Fri Dec 9 05:45:25 EST 2005


David Rasmussen a écrit :
> Antoon Pardon wrote:
> 
>>>
>>> Write shorter functions ;)
>>
>>
>> This has little to do with long functions. A class can contain
>> a large number of methods, whitch are all rather short, and your
>> class will still be spread over several pages.
>>
> 
> Write classes with a smaller interface ;-)
> 
> /David

What about an editor that will reserve the first lines in the edit 
window to show the current class ? Could be a cool feature here :) 
You'll see something like that when you scroll too far :

File    Edit   Options    About
-------------------------------
class do_something(object):
...
     return 1

def do_it(self):
     print self.what_now



More information about the Python-list mailing list