How do you think about the flooding of bracket?

Boris Wang nano.kago at hotmail.com
Thu Jun 15 02:37:41 PDT 2006


First, now, in a function of D, we can make netsted structure, nested 
function and versioned code block, so much brackets, which are not code 
block ,in the code sequence.

Second, the use of colon and bracket for private/public, static and version 
keyword, make the judge of access level and storage type is difficult.

  class aClass
  {
    public:
      .
      .
      ...three pages
      .
      void func( ...)
      {

       }
     .
     .
     static:
      .
      ... four pages
      .
      int gotit(){...}

How do you think about all these ?





More information about the Digitalmars-d mailing list