]> git.notmuchmail.org Git - sup/blob - HACKING
minor documentation/comment updates
[sup] / HACKING
1 Running Sup locally
2 -------------------
3 Invoke it like this:
4
5 ruby -I lib -w bin/sup
6
7 You'll have to install all gems mentioned in the Rakefile (look for the line
8 setting p.extra_deps). If you're on a Debian or Debian-based system (e.g.
9 Ubuntu), you'll have to make sure you have a complete Ruby installation,
10 especially libssl-ruby.
11
12 Coding standards
13 ----------------
14
15 - Don't wrap code unless it really benefits from it. The days of
16   80-column displays are long over. But do wrap comments and other
17   text at whatever Emacs meta-Q does.
18 - I like poetry mode.
19 - Use {} for one-liner blocks and do/end for multi-line blocks.
20