You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ariatosca.apache.org by "Tal Liron (JIRA)" <ji...@apache.org> on 2017/07/27 23:25:00 UTC

[jira] [Created] (ARIA-331) Remove "region" and "endregion" comments

Tal Liron created ARIA-331:
------------------------------

             Summary: Remove "region" and "endregion" comments
                 Key: ARIA-331
                 URL: https://issues.apache.org/jira/browse/ARIA-331
             Project: AriaTosca
          Issue Type: Story
            Reporter: Tal Liron


These add bulk rather than clarity.

The convention is to comment at the beginning of a block, no need to "close" it and definitely not use confusing keywords that seem to belong to an IDE or preprocessor.

So:
{code}
# one-to-one relationships
...
{code}
Instead of:
{code}
# region one-to-one relationships
...
# endregion
{code}




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)