DOC: http://sourcecodebrowser.com/ as a tip for development

pull/376/head
Daniel Black 2013-10-01 10:52:23 +10:00
parent c35d2844bd
commit 84cb55dcc8
1 changed files with 3 additions and 0 deletions

View File

@ -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 parts are constrained and different formats depending on configuration or
less common usages. 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 TIP: Some applications log spaces at the end. If you are not sure add \s*$ as
the end part of the regex. the end part of the regex.