Tagged Questions

10
votes
5answers
979 views

Best C++ Code Formatter/Beautifier

There are lots of source-code formatting tools out there. Which ones work best for C++? I'm interested in command-line tools or other things that can be automatically run when ch …
7
votes
10answers
2k views

Online Code Beautifier And Formatter

What are the best online Code Beautifier And Formatter out there? I'm not asking for highlighters. Any language will do.
5
votes
6answers
538 views

Stand-alone Java code formatter/beautifier/pretty printer?

I'm interested in learning about the available choices of high-quality, stand-alone source code formatters for Java. The formatter must be stand-alone, that is, it must support a …
4
votes
7answers
1k views

Php code formatter / beautifier and php beautificaton in general

Do you know any good tools for nicely formatting messy php code? Preferably a script for Aptana/Eclipse, but a standalone tool will do too.
3
votes
13answers
365 views

Are you compelled to eliminate syntactic cruft?

When you encounter working code that is unpleasing to the eye, how likely are you to refactor it? I know code aesthetics is mostly subjective, but I'm bothered a lot by "ugly" cod …
0
votes
2answers
100 views

Anyone knows a good beautifyer for VS2005 / ASP.NET markup?

I'm looking for one those to help me in my fight against Visual Studio's propension to bollock up markup code in ASP.NET pages (especially when coming back from design view.) I mi …
0
votes
3answers
247 views

One coding style policy, many beautification tools?

Are there any projects that help to show that two code beautification tools are configured to produce identical results? For example, suppose that a project has mandated a particu …
1
vote
3answers
424 views

C Code formatting/beautification tool..

When working on large code base with large team, its real challenge to maintain code quality and coding style. well, controlling code quality is a huge topic on its own. But contr …