edgedb / easy-edgedb

An illustrated textbook designed to be a one-stop shop for learning EdgeDB
https://www.edgedb.com/easy-edgedb
69 stars 36 forks source link

Currency changes #107

Closed Dhghomon closed 1 year ago

Dhghomon commented 1 year ago

This PR changes the Currency-related types near the end of the book to something that probably makes more sense: just an abstract type HasMoney with relevant properties that can be extended. The former method was sort of interesting philosophically (that each person has various piles of money in currencies in banks, IOUs, salaries to be paid etc. that link to them) but feels overly complicated and weird in practice.