Re: [Pypentago-devel] Code styleguide
Status: Pre-Alpha
Brought to you by:
segfaulthunter
From: Hardik M. <har...@gm...> - 2008-06-03 11:59:28
|
Hi, I think converting itself using regex is not a big deal, but in this process you may break something, e.g a similarly named variable and because we don't have unittest coverage, there is no guarantee that everything is working as it was before the style change. I don't have much idea about the code in other modules than db, but if you think something may get broken after the style change you can develop unit tests to test those parts before the change and the tests should pass after the change. This is sort of a guarantee that you will not break anything. regards, Hardik On Mon, Jun 2, 2008 at 10:03 PM, Florian Mayer <flo...@ai...> wrote: > I have just converted server/connection.py into PEP8 style for your > review: http://paste.pocoo.org/show/60142/ > I am not completely sure if this is better anymore, maybe I just need to > get used to it. > > Florian Mayer > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Pypentago-devel mailing list > Pyp...@li... > https://lists.sourceforge.net/lists/listinfo/pypentago-devel > |