collections Collecting Collections - Day 32 Previously on "Collecting Collections" Method semantics After gathering a bunch of methods in a table and reading their source or documentation, I had a basic idea for every one of them.
collections Collecting Collections - Day 37 Previously on "Collecting Collections" Performance I was designing in my head, analyzing how to implement each method, visioning dependencies between methods and I stumbled upon size. Very simple to implement. Perhaps
collections Collecting Collections - Day 20 Some time ago I started digging collection APIs in a few languages trying to answer a philosophical question. How were the whole/part relationships represented on programming languages (through collections) and what were