-
We should list these since there aren't any good docs and sent official. One particular one is `err.status`. That's all I can think of though. Maybe we should just add that to the express docs lol
-
Some files are indented with tabs, some with spaces, some with a mix of both... Please, add a `CONTRIBUTING` file or _Contributing_ section in README with coding style conventions to use and [EditorCo…
-
We should define some coding conventions in our google document.
felet updated
10 years ago
-
Not high priority, but opening this issue for discussion.
Tabs, spaces, or mix (spaces for alignment, tabs for indentation)?
If spaces, use 4 space indentation?
Style? The code in index.html has be…
-
It is really important that we define code conventions for the project.
Not only it will the code readable and pleasant, newcomers will have much better time reading through and understanding the c…
orelb updated
6 years ago
-
Description:
In Python, multiple inheritance allows a child class to inherit from multiple parent classes. This code demonstrates a simple example of a child class inheriting from both father and mot…
-
# Summary
Problem: we don't have any conventions or standards on writing TLA+ code. A quick web search does not reveal any existing resource either.
We should try to define a minimal set of conv…
-
We should come up with a set of standardized formatting conventions for the main C library. If possible, it might be good to look into some kind of linter.
Some cases to consider:
- what is the co…
-
In both v0.2 and v0.3 I've noticed that the codebase is pretty lax in terms of formatting and conventions. (Tabs and spaces are interchanged for indentation, `this` is sometimes assigned to a variable…
-
Must use Sun coding conventions if there is no overriding conventions specified.
http://www.oracle.com/technetwork/java/codeconvtoc-136057.html (Revised April 20, 1999)