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:
iwakeh 2017-12-04 11:14:31 +00:00 committed by Karsten Loesing
parent 294a6d0975
commit dc9df6642d

20
HACKING
View File

@ -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 '='.