From 135f468ed442e265fc8a3e4ef26d716246508739 Mon Sep 17 00:00:00 2001 From: Tony Olagbaiye Date: Thu, 10 May 2018 00:12:42 +0100 Subject: [PATCH] Update README.org --- README.org | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.org b/README.org index e529901..72ec81f 100644 --- a/README.org +++ b/README.org @@ -43,6 +43,17 @@ Do *NOT* run make install as root, it installs the plugin to your local weechat plugins directory + +* Development + + I use emacs for development of this, although I am also a fan of vim. + My debug build process involves static analysis with clang and cppcheck, + and dynamic analysis with address-sanitizer and leak-sanitizer. + + I have no real requests for style of pull requests besides a wish that + you keep vaguely to the style I have adopted for this project. + + Happy coding! * Tasks