From 84cb55dcc8677d2d8583e3372a4abd93720a8c79 Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Tue, 1 Oct 2013 10:52:23 +1000 Subject: [PATCH] DOC: http://sourcecodebrowser.com/ as a tip for development --- DEVELOP | 3 +++ 1 file changed, 3 insertions(+) diff --git a/DEVELOP b/DEVELOP index 8f6d7a19..db4bc5b8 100644 --- a/DEVELOP +++ b/DEVELOP @@ -282,6 +282,9 @@ TIP: Take a look at the source code of the application you are developing parts are constrained and different formats depending on configuration or less common usages. +TIP: For looking through source code - http://sourcecodebrowser.com/ . It has + call graphs and can browse different versions. + TIP: Some applications log spaces at the end. If you are not sure add \s*$ as the end part of the regex.