ВР проверку на точку с запятой бы сделали...
Очень не хватает.
Есть закон ВР:
"
Always place a semicolon ( ; ) on an empty line in front of the first statement in your code (after the variable declarations).
This is particularly important if the statement does not begin with a keyword (select, while, and so on). For example, the first part of the statement is a variable or a type reference.
You should use a semicolon even if the code compiles. Types introduced later (that have the same name as the first part of the statement) might prevent the code from compiling.
"
К сожалению он нарушается коллегами, которые пишут на SYS и GLS слоях.
Очень нужна проверка на ВР при компиляции, причем из разряда ошибок, чтобы данный закон в коде не нарушался.
Быть может нас услышат там...
__________________
С уважением,
glibs®
|