• #5425
    Refresh Thread
    By: hankyJR x Show Full Post
    Reply
    Dumb question time... What's a good code reformatter?

    I'm about to review one of our developer's code, and I'd rather read it formatted in the way I code in, than to have to keep working out where all the bloody curly braces line up..
    Apr 21, 2009 5:06pm PDT
    toggle
    Dumb question time... What's a good code reformatter? I'm about to review one of our developer's code,... : hankyJR

    Thread Truncated. Click to see all 11 replies.

    • most IDE do code refactoring. : shirif
    • In flash you just click the button at the top. : capt trippsThis person is cool!
    • toggle
      Visual Studio reformats, XCode reformats, Visual Assist might add some features. I assume Eclipse reform... : ThereCanBeOnlyOneCat
      • toggle
        Eclipse, but that seemingly only supports java reformatting... This code is in a proprietary CRM langu... : hankyJR
        • toggle
          http://www.c-point.com/code_chameleon.php has done 92.5% of this correctly... the rest I'll clean by hand... : hankyJR
          • Nice link! : ThereCanBeOnlyOneCat
    • toggle
      Switch your stack to python and never look back. : digital_dThis person is cool!
      • you just named the one feature of python i hate with a passion, tho not nearly enough to make me consider... : lja83
    • Most IDEs do this, but Visual Studio with Resharper plugin or SlickEdit give you much more control than m... : DimmonaThis person is cool!
    • By the way, for Java software development teams, http://eclipse-cs.sourceforge.net/ is a godsend. : DianeOfTheMoon