To read.
To read.
Some good new language features.
Although, I would probably prefer the type inference to be the other way around.
eg.
Map<String, List<String» anagrams = new HashMap<>();
.. should be:
Map<> anagrams = new HashMap<String, List<String»();
..or even better:
anagrams = new HashMap<String, List<String»();
(via yourmomfanclub)
To read..
Pretty weird bug.. via Waxy
Highly useful.
Melt the Floppy (.gif animation) (via -roosevelt-)
Awesome! Flowcharts of fighting fantasy gamebooks.
Pretty clever design. I wonder just how necessary the 2nd confirm password field is when signing up?
“How to make fractals without a computer” (via Trivium)
Highly informative. Great article.
Can’t wait to have a proper go at writing some network servers in Go..