Hi, thanks for your ideas.
Am 26.11.2011 13:13, schrieb sebb:
> Is there a single Java style? or C style for that matter?
To my mind this is c-style:
public void foo()
{
...
while this is java style:
public void foo() {
....
This applies to many more code snippets :-p
Of course code can be reformatted in various ways - but my proposal runs
automatically and needs no fine tuning on each plattform or special
IDE-settings.
Yours,
Hugo
