Writing a vim plugin
May 8, 2017
If you’re writing a vim plugin, there are some things you should know and some tricks you can benefit from. I collect my fundamentals here.
Hopefully helpful/interesting information.
May 8, 2017
If you’re writing a vim plugin, there are some things you should know and some tricks you can benefit from. I collect my fundamentals here.
May 8, 2017
Precompiled headers seem great, but they require some serious consideration to ensure you use them correctly. This article is based on a presentation I gave years ago, but it’s still very relevant. I mention Unreal Engine, but it’s relevant on any project.
May 8, 2017
These are common points I’ll raise in a code review. Going through this list is a good way to do the review yourself. It’s also a useful place for me to copy-paste review notes.
May 23, 2015
Trying to introduce someone to programming? Your kids are interested in code, but their school doesn’t offer any resources? Maybe this can help.