Details
-
Task
-
Status: Open
-
Trivial
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
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:
# one-to-one relationships ...
Instead of:
# region one-to-one relationships ... # endregion