Remember to use "break" in switch
Recently, I introduced a bug because I forget to add break after case in switch. So, I wrote this blog to remind myself and hope that it can help the others not to make same mistake again.
Misunderstanding about switch
First, we look at following:
pu...
ivanyu2021.hashnode.dev2 min read