September 2017
Intermediate to advanced
216 pages
6h 8m
English
Being able to remove duplicate values from lists is great. The problem with this approach is that you have to remove duplicates every time that you run a side-effect. This is wasteful for two reasons:
To counter these issues, you can just use ordered sets instead of lists to prevent duplicates from ever appearing in the first place.
Read now
Unlock full access