Version 0.0.1
[guestfs-browser.git] / HACKING
diff --git a/HACKING b/HACKING
index 7a139bc..ab5f83a 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -22,6 +22,9 @@ In OCaml, a module such as 'Slave' is defined by its interface in
 'slave.mli' (note lowercase first letter), and its implementation
 in 'slave.ml'.
 
+In general terms, always start by reading the .mli file (if it exists)
+in order to understand the module and before opening the .ml file.
+
 Threads and messages
 --------------------