You can always use `getOrDefault` if you have a de...
# codingconventions
d
You can always use
getOrDefault
if you have a default value you can use if the key isn't in the map. Depending on your use case, handling the null or crashing might be better though.
☝️ 1