parinfer

dominicm 2017-06-18T20:55:53.571104Z

I read the literate programming publication this morning which was very interesting. I'm writing my vim config using "literate" which is like WEB but for markdown + any language. It claims to help with this context problem.

dominicm 2017-06-18T20:56:33.573301Z

I wish the code I encountered had more context. I try to write really good commit messages so that blame contains my rationale

shaunlebron 2017-06-18T21:47:09.741462Z

@dominicm you have links to the “literate” markdown tool, and the publication?

dominicm 2017-06-18T23:46:58.155549Z

http://literate.zbyedidia.webfactional.com/manual.php tool I'm using. Publication referenced http://www.literateprogramming.com/knuthweb.pdf There's a book too I think.