PISAresearch / pisa

Accountable Watching Service
https://pisa.watch
28 stars 9 forks source link

Add a way of creating "merged" reducers #411

Open bigspider opened 4 years ago

bigspider commented 4 years ago

When we use the spread ... operator to merge the results of two reducers, we could run into trouble if there are shared keys. If not possible to do it in a type-safe way, we should at least check at runtime.