Day 37, using the APIs we learned yesterday in a new app, but this stood out to me (emphasis mine):

First, we need to decide what an expense is – what do we want it to store? In this instance it will be three things: the name of the item, whether it’s business or personal, and its cost as a Double.

In a real app, you should almost always keep prices as integers so math with them is accurate.

As a training creator, I know there’s a trade-off between having “production-ready” code vs. simplifying it for learning.

This is a case where I would have made a different decision. #100DaysOfSwiftUI

Chasen @chasen