henry-dev

/henry-dev17

On writing better software 💻

I rarely use recursion, but when I do. I'll post it on my dev journal 🤩

https://github.com/0xProject/0x-parser/blob/main/src/utils/index.ts#L55-L62
is open source library ➡️ 100% test coverage
is product market fit ➡️ ~80% test coverage
is pre-product market fit ➡️ ~0% (or minimal) test coverage

🧪 wdyt?
Correct > Incorrect

TypeScript > Typescript

JavaScript > Javascript

GitHub > Github

🥰
I've read this and recommend. A treasure trove of 💻 programming 🧠 insights.
Here’s a comparison of merge and rebase workflows in Git. I prefer the rebase workflow, where fast-forward merges are acceptable. The goal is to avoid three-way merge commits to maintain a linear history in Git.
Treating DRY (Don't Repeat Yourself) as a “best practice” can sometimes lead to poor abstraction and tight coupling.

https://www.youtube.com/watch?v=rQlMtztiAoA