On 2017-05-22 18:39, Graeme Geldenhuys wrote:
On 2017-05-22 22:45, nore...@z505.com wrote:
The amount of nesting and indented procedures inside classes in Java is
horrible, IMO.

It's not a Java language issue, but the indent preference of the
developer. Many Java IDE's support multiple coding styles and does
auto-formatting as you type or save. Some coding styles are better
than others, and all of them are configurable.

Regards,
  Graeme

I'm not just talking about 8 space indentation vs 4 space or 2, I mean having to put code
{
   {
        {
           here

Instead of fpc/oberon/golang:

func {

  code here


or

procedure TSomeObj.Example
begin
  code here


instead of

...
   ...
      ...code here

Just to do basic bloody damn things, Java and C# require ridiculous obnoxious nests/indentations.

No talking about 2 vs 8 space indentation choices, although that's another issue
_______________________________________________
fpc-other maillist  -  fpc-other@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-other

Reply via email to