2022-11-28
|~2 min read
|316 words
I had to find the average of a set with potentially undefined values. If a value was undefined, I wanted to skip it all together. For…
2022-11-28
|~3 min read
|450 words
I came across a situation where I had a collection of collections. Some of the internal collections, however, I didn’t want to keep around…