I am using Eclipse Helios Version as an IDE and developing code using Java.
The good thing for me is that the code works well, but the bad thing is that the code doesn't look good ( I mean spaces and brackets used in control structures used in if-else statments as well as for and while loops scattered here and there )
I have used Ctrl + Shift + F , as well as an online tool (http://www.prettyprinter.de/) for formatting , and with this it looks more worse.
As a lot of developers are out here, how do you arrange your code properly and how you make it look good.
Please tell me , I am worried as some senior person might review the code .