July 4, 2012

Feature Code 3: Neat and clear codes



  • esProc cells are of the natural delimiters and indentions
  • With the cell as natural delimiter, the alignment of constants is effortless
  • With the cell as natural indention, the loop/branch statements have got the natural and clear scope
  • The cell-style code enables a more clear and easy-to-read multi-nest, you will never get caught up in an awkward situation of messy levels of nesting (such as the typical bracket pitfalls of }}}} in Java). 




The loop body is marked with red rectangle 8.







The statements marked with green rectangle is executed when the condition of the if statement is true.





The statements marked with blue rectangle are executed when the condition of the if statement is not true.

No comments:

Post a Comment