commit dc9df6642d0581aa9c944d124cae925e6d824a68 Author: iwakeh iwakeh@torproject.org Date: Mon Dec 4 11:14:31 2017 +0000
Delete HACKING file.
The information in HACKING is obsolete and current information is available on the web-site and Metrics wiki pages. --- HACKING | 20 -------------------- 1 file changed, 20 deletions(-)
diff --git a/HACKING b/HACKING deleted file mode 100644 index f981750..0000000 --- a/HACKING +++ /dev/null @@ -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/MetricsJ... - - -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 '='. -
tor-commits@lists.torproject.org