Refresh HACKING file.
[virt-top.git] / HACKING
1 This file contains some tips for hacking on this code.
2
3 General OCaml advice:
4
5 (1) The *.mli file describes the interface of the module.  It's a good
6     idea to look at this file first, then at *.ml (the implementation).
7
8 (2) Emacs users: use tuareg-mode for editing OCaml.
9
10 (3) https://realworldocaml.org/ is the definitive book which is also
11     available online in full.
12
13 (4) http://camltastic.blogspot.com/2008/08/3-things-that-will-confuse-you-when.html