Re: Python code-bloat tool-- warning n00b stuff...

2009-05-18 Thread David Stanek
On Mon, May 18, 2009 at 12:45 PM, david wright > > I would suggest looking into TDD (test driven development). > > This technique would be a good fit to eliminate you feeling of code bloat, in > TDD you only write the necessary amount > of code to make your test pass, hence you never write code th

Re: Python code-bloat tool-- warning n00b stuff...

2009-05-18 Thread david wright
- Original Message From: Robert Kern To: python-list@python.org Sent: Saturday, May 16, 2009 3:55:11 PM Subject: Re: Python code-bloat tool-- warning n00b stuff... On 2009-05-16 12:13, anand j wrote: > Hi, > I am looking for a bunch of rules or a tool that takes the code fo

Re: Python code-bloat tool-- warning n00b stuff...

2009-05-16 Thread Robert Kern
On 2009-05-16 12:13, anand j wrote: Hi, I am looking for a bunch of rules or a tool that takes the code for my python class and checks the amount of code bloat and points out where i can improve. I am a n00b to python and built an application linking wordnet and graph packages. but somehow h

Python code-bloat tool-- warning n00b stuff...

2009-05-16 Thread anand j
Hi, I am looking for a bunch of rules or a tool that takes the code for my python class and checks the amount of code bloat and points out where i can improve. I am a n00b to python and built an application linking wordnet and graph packages. but somehow have this nagging feeling my code is too