Sometimes it's better to use `HashMap` instead of ...
# announcements
s
Sometimes it's better to use
HashMap
instead of
mutableMapOf
, especially if I want to make clear to the reader that this is a hash map, not a tree or something else