Hacker News new | ask | show | jobs
by joshuamorton 2580 days ago
I found myself using them more and more often as I started to adopt type annotations.

As you do that, you start to realize that you don't need a MutableMapping. Just a Mapping will do, much less a Dict. Same with Set.