While learning different programming languages, my instructor stressed the idea of not repeating yourself or keeping your code D.R.Y. (Don't Repeat Yourself). When a task needed to be replicated, we were taught to use loops to iterate through a dicti...
isaacsong.hashnode.dev4 min readNo responses yet.