
Command-line utilities are the most basic and beautiful apps ever created, the apps that started it all.
Building a CLI in JavaScript is just a ...
For further actions, you may consider blocking this person and/or reporting abuse
pretty cool seeing all this care put into error handling and security in a cli - tbh makes me think long term, does picking these patterns up front actually change the way teams build tools down the road?
I think so.
great work!
Glad you liked it!
pretty cool walkthrough - i always end up overthinking error handling, so seeing it mapped out like this helps a ton. you ever run into any edge cases actually breaking this flow, or does it mostly just work once set up?
Ya it works mostly as expected once set up.
Well if you would like further reading I recommend you to check out result object pattern or Railway Orientated Programming.
You can refer to these resources too if you like (I found these insightful) -
Most comprehensive oauth flow tutorial for a cli I have seen. Great work!
I appreciate your kind review! Thanks Sammy!
Keep growing bro 💪
Thanks bro. Same applies to you too
Great job building this, Deb! 👏🏻
Thanks a lot of reading it!