AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
How to Write a Change Log Command Line Tool
Readming is a good place to start, and it kind of walks you through a sort of semi tretorial of how to do things. There's some concepts that will help you ser like immutability. You can either do it the go way, or you can do it the elm way. And because it's so new, we're kind of inventing design patterns as we go. What should be composed, what should be inside of something else? How do you bubble up state this type of stuff?