eric-hawthorne / relish

Automatically exported from code.google.com/p/relish
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Add __private__ sections to source code files #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Every method declared below the line

__private__

in a source code file is only visible from other code inside the same package.

Also, will have to think about:

1. Whether datatypes can be declared in the __private__ section, and how 
private (visible only inside package) types should be implemented.

2. Whether relations can be declared in the __private__ section, and what are 
the semantics of that?

3. Whether constants can be declared in the __private__ section. Probably.

Original issue reported on code.google.com by relis...@gmail.com on 25 Jan 2013 at 12:35

GoogleCodeExporter commented 9 years ago
Probably replace this suggestion with treating everything in a _private.rel as 
private to the package.

Original comment by relis...@gmail.com on 31 Jul 2014 at 5:50

GoogleCodeExporter commented 9 years ago

Original comment by relis...@gmail.com on 31 Jul 2014 at 5:54

GoogleCodeExporter commented 9 years ago

Original comment by relis...@gmail.com on 10 Aug 2014 at 7:56