I was asked about the screenshot images I include in my pull requests with user interface changes (e.g. 1, 2, 3). Specifically, I was asked if I use a program to create them. I don’t. It’s a fairly manual process. I decided to automate that process over the weekend. Read on to learn how to create screenshot images with a single terminal command.
Continue reading Screenshot ScriptCategory: Code
Out of Order
The two hardest things in computer science are:
- Cache invalidation
- Naming things
- Off-by-one errors