How to convince management that reformatting entire java code base is safe

Posted by jtsampson on Stack Overflow See other posts from Stack Overflow or by jtsampson
Published on 2010-03-10T20:05:39Z Indexed on 2010/03/12 3:17 UTC
Read the original article Hit count: 240

Filed under:
|
|

How would one go about proving to management that a batch reformat of all .java files in a large code base (to place the code in compliance with the company's coding standards) is safe and will not affect functionality.

The answers would have to appease the non-technical and the technical alike.

© Stack Overflow or respective owner

Related posts about java

Related posts about reformat