Comment on Don't let dicts spoil your code (2020)parentComments−josh_fyi4yYou still need to know what keys to expect. The Clojure map that get replaced with a new map have the same problem as a mutable dict.
Comments
You still need to know what keys to expect. The Clojure map that get replaced with a new map have the same problem as a mutable dict.