tl;dr:
- 1557 lines of code added
- 17 fix commits vs 8 feature commits
- Almost 60% of the commits were related with debugging the platform
- Complete rewrite of the webhook TLS logic
It’s been a while since I last posted about this project. The reason was not that it was abandoned, on the contrary: in the meantime, I’ve been able to add ~1500 lines of code to this project. I know this might not sound a lot in this day and age, but trust me: the problem is never about how many lines of code you write, but rather whether the code is good quality. And at this point, it was time to start testing what we had built so far; so much so, that in this time, ~60% of my commits have been related with fixing existing issues in the actual implementation. But I’m getting ahead of myself.