[fpc-other] [fpc-pascal] FPC Graphics options?

noreply at z505.com noreply at z505.com
Wed May 24 03:52:36 CEST 2017


On 2017-05-22 18:39, Graeme Geldenhuys wrote:
> On 2017-05-22 22:45, noreply at 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


More information about the fpc-other mailing list