The Artima Developer Community
Sponsored Link

Legacy Java Answers Forum
November 2001

Advertisement

Advertisement

This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.

Message:

code formatters

Posted by Jody Brown on November 22, 2001 at 5:14 PM

Matt,

Interesting that you brought up code formatters. I sometimes find that a tool that is supposed to "aid" development can cause more problems. I use Visual Age at work for my development, for my sins. Not only does it have a code formatter, it is customisable. If you want curly brackets on the same line, you can configure it. If you want them on to appear on their own lines, you can configure it. All it takes is a CTRL-W and all your code is nicely formatted just the way that you like it. This is fine, until you are working in a team development. Try doing a code merge where different developers have been making changes to the same section of code but use different settings. Personal choice is great, though sometimes at a cost.



Replies:
  • But.... Hiran November 22, 2001 at 9:45 PM (0)

Sponsored Links



Google
  Web Artima.com   
Copyright © 1996-2009 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use - Advertise with Us