From 4807800bc605a73024eb7934b176b25c361a86b0 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Sun, 23 Oct 2016 23:52:06 -0700 Subject: [PATCH] Update notes --- notes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/notes b/notes index ed80471..97a4abc 100644 --- a/notes +++ b/notes @@ -54,10 +54,13 @@ notes . clean . update logs (repetitive git flow) - full documentation + . talk about why the syntax is so unforgiving . habit of using clever commands and writing little scripts . very low friction to write a script (no new file, chmod, add to rcs) . make list of contributors, include travis . alias .j='just --justfile ~/.justfile --working-directory ~' + . lay out the structure of the code, mention tests, give tips + for contributing - vim and emacs syntax hilighting (use makefile syntax hilighting for now) - split up code into modules for easier reading . parsing