Things I've Learned Contributing to Dogecoin.

Mar 27, 2022

Compiler Warnings Are Interesting (PR 2503)

Smart developers get the computer to warn them if something looks wrong. Excellent developers make a habit of listening.

Mar 25, 2022

Code Reviews Make Good Code

Why do code reviews matter? Things you can learn by looking at how projects decide what changes to include.

Mar 23, 2022

Freezing the GUI in PR 1856

My Dogecoin PR to allow users to import private keys from the GUI had a flaw; it froze the GUI. That was fixable... eventually.