mirror of
https://github.com/torproject/metrics-web.git
synced 2024-11-23 09:39:47 +00:00
Delete HACKING file.
The information in HACKING is obsolete and current information is available on the web-site and Metrics wiki pages.
This commit is contained in:
parent
294a6d0975
commit
dc9df6642d
20
HACKING
20
HACKING
@ -1,20 +0,0 @@
|
||||
Some notes on code style:
|
||||
|
||||
General:
|
||||
- Lines do not exceed 74 characters unless things become really ugly.
|
||||
- Files end with two newlines.
|
||||
|
||||
Java code:
|
||||
Please refer to the Metrics Team Java Style Guide:
|
||||
https://trac.torproject.org/projects/tor/wiki/org/teams/MetricsTeam/MetricsJavaStyleGuide#CodingStyle
|
||||
|
||||
|
||||
SQL code:
|
||||
- All SQL keywords and PostgreSQL functions are written in capital
|
||||
letters.
|
||||
- Never execute a query with SELECT * and expect the result columns to be
|
||||
in a specific order.
|
||||
|
||||
R:
|
||||
- Add a space before and after '='.
|
||||
|
Loading…
Reference in New Issue
Block a user