From 7aa8cd97fc451f28dbdb9d95af808e27c598054f Mon Sep 17 00:00:00 2001 From: James Larisch Date: Sat, 17 Dec 2016 17:24:40 -0500 Subject: remove cool --- chapter/7/langs-consistency.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter/7/langs-consistency.md') diff --git a/chapter/7/langs-consistency.md b/chapter/7/langs-consistency.md index 50f3926..b19ba23 100644 --- a/chapter/7/langs-consistency.md +++ b/chapter/7/langs-consistency.md @@ -69,7 +69,7 @@ Let's try this transfiguration on the shopping cart. Let's strip it down: how do { Red Candle, Blue Skateboard } U { Red Candle, Green Umbrella } == { Red Candle, Blue Skateboard, Green Umbrella } ``` -Cool. Using this knowledge, let's try to construct our own shopping cart that automatically resolves conflicts. +Using this knowledge, let's try to construct our own shopping cart that automatically resolves conflicts. (Unfortunately Amazon has a leg up on our startup. Their programmers have figured out a way to add multiple instances of a single item into the cart. Users on our website can only add one "Red Candle"" to their shopping cart. This is due to a fundamental limitation in the type of CRDT I chose to exemplify. It's quite possible to have a fully functional cart. Take a look at LWW-Sets.) -- cgit v1.2.3