Results 190 comments of Kurt Rose

(will just make a list here as I run across and then can circle back and fix later)

![image](https://user-images.githubusercontent.com/543934/89095849-79288b00-d386-11ea-99e6-ef1b642c11a1.png) ![image](https://user-images.githubusercontent.com/543934/89095860-880f3d80-d386-11ea-9f9f-dfd02eebbd7f.png) this is a bit tricky -- I think the behavior of dict is a little under-specified currently each key in the target dict is matched against each key...

![image](https://user-images.githubusercontent.com/543934/89095976-63679580-d387-11ea-8ac0-333500b2cecf.png) oh yea, `\` takes precedence over `+` when formatting the tree; something we can think about if we want it to go the other way

![image](https://user-images.githubusercontent.com/543934/89096011-b4778980-d387-11ea-840c-34f911f9f374.png) would be nice if this was smart enough to combine the errors kind of like how it will at the bottom

![image](https://user-images.githubusercontent.com/543934/89096133-fead3a80-d388-11ea-9444-14845f86ef8b.png) not sure if the verbiage about "initially data was limited" is needed -- I think all the new exception stuff + branches is coming out at the same time

``` Line 18: We see an “X” indicating our first exception, causing the failure of this branch. ``` minor thing, `X` means the end of a branch, not an exception...

would be good if `A` and `Assign` docs referred to each other

![image](https://user-images.githubusercontent.com/543934/89096266-45e7fb00-d38a-11ea-9fdb-5061cc56e316.png) dang we really need to explain more how scope works -- from this it could be just a global dictionary we need to explain about how nesting works, children...

![image](https://user-images.githubusercontent.com/543934/89096341-e8a07980-d38a-11ea-8377-c2e5ce19bbdb.png) but Fill mode isn't documented... whoopsie I guess that was a known gap

``` glom’s Match specifier type enables a new mode of glom usage: pattern matching. In particular, this mode has been designed for nested data validation. ``` we use the word...