stemmlerjs / ddd-forum

Hacker news-inspired forum app built with TypeScript using DDD practices from solidbook.io.
https://dddforum.com
ISC License
1.95k stars 441 forks source link

Changed ids to value objects #123

Closed stemmlerjs closed 1 year ago

shreddish commented 6 months ago

I know this is years later but this change breaks the id equals function because value objects are compared with shallow equals and now the prop is an object itself