I enjoy making libraries and APIs, although like a lot of people, I never finish what I start.
Learning/trying
I've been working a lot with Golang
Projects
I've made a lot of proposals for Go 2. It's like problem solving, you see a problem in the language you're using, and think about how you could make it easier.
Recent comments
Go 2 Draft: Generics
The idea behind their parentheses are that it should act li...
Clean Code Applied to JavaScript — Part II. Variables
Here's what Russ Cox says about variable naming: research.s...
Welcome Thread - v38
Nice job!
Promise.all (ES2015) vs Promise.allSettled (ES2020). What's changed? 🤔
Just looked this up on MDN, didn't know that this was the c...
Promise.all (ES2015) vs Promise.allSettled (ES2020). What's changed? 🤔
I feel like for consistency, it should be status: 'resolved...
What's your most re-watchable movie?
I'm so late to this, but Scott Pilgrim vs The World
Should a button communicate the current state, the intended behavior, or both?
I think buttons should convey current state by default, and...
My Favorite Go 2 Proposals
There's a new error handling proposal out there that's rece...