Skip to content

Commit

Permalink
TODO: add two more entries
Browse files Browse the repository at this point in the history
  • Loading branch information
hoijui committed May 1, 2019
1 parent 89f4805 commit b8d9c41
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,12 @@ myCircuit {
* device and formulate a standard naming convention,
to be used at least in the Escher repo
(think Java: `ClassName`, `getSomething()`, `CONSTANT_VALUE`, ...)

* device a standard Index (== name-space) scheme
(think Java: `<reverse-url>.<class-name>.<method-name>`,
for example: `com.apache.commons.math.Rand.nextInt`)
maybe adhere to the go standard (which is also similar to the Java one)
* as file-names do not (currently) appear in the Index (== name-space),
we might want to enforce (or at least encourage) a similar standard like in Java,
where the file-name (without the .java extension)
is supposed to be equal to the class name within.
In Escher, this would be the contained circuits name.

0 comments on commit b8d9c41

Please sign in to comment.