Designing Qt-Style C++ APIs http://t.co/998njQunmB Full of great advice and broadly applicable.
miniblog.
Related Posts
Are there any open source serverless platforms? It feels like something I ought to be able to run in Docker on my personal VMs, but I've not heard of anything.
(I appreciate the irony of serverless on your own server, but the programming model seems generally applicable.)
I try to name my git remotes as 'github' where applicable. It really helps readability of commands.
This is so common that I wish I could make this default (apparently the default remote name 'origin' isn't configurable in git).
Interesting discussion of inefficiencies in elisp bytecode during function calls: https://www.xemacs.org/Architecting-XEmacs/faster-elisp.html
(From the XEmacs site, but entirely applicable to GNU Emacs and Remacs too I think)