Same.
Me: Oh! A chance to do all the things that have been building up on my checklist!
Brain: But what about all these other things I just thought of? And you still haven’t even started learning Korean…
Hi, I’m Amy.
✨ New 🏳️⚧️ improved ♀️ version 👩❤️👩 out 🏳️🌈 now! 🎊
I live in Japan. Talk to me about Haskell, Scheme, and Linux.
日本語も通じます。
Same.
Me: Oh! A chance to do all the things that have been building up on my checklist!
Brain: But what about all these other things I just thought of? And you still haven’t even started learning Korean…
TDD
const max12 = (x, y) => {
if (x === 1 && y === 2) {
return 2;
} else if (x === 7 && y === 4) {
return 7;
} else {
return x;
}
};
Ouch, this one is too real!