elimu-ai/webapp

refactor: Use getOrDefault instead of if-else

Closed this issue · 1 comments

To reduce the amount of code, refactor usage of if-else for populating HashMaps to use getOrDefault instead.

For context, see #1273 (comment)