
Am I on the right track?
I created a simple debit and credit console app using the Result and Option types, along with computation expressions. So, gang... am I on the right track here? I didn't use AI at all — just based on my understanding of the concepts. What do you all think?
Next step, I'm going to try working with a database, maybe with Dapper as ORM? I don't know how it will go, but I'm sure it will be fun.
What improvements do you suggest in the above code?