A ground-up exploration into how we can build a safer and more expressive alternative to substring().
Java String Manipulation is Too Crude
Parsing structured strings in Java has always been painful. Most developers reach for regular...
“Although the basic idea of binary search is straightforward, the details are surprisingly...
The Iterators For anyone having been in programming a couple of years, chances are you've...
What? Java has array-based Lists for efficient random access; there are LinkedList for...
The other day I needed to parse some timestamp strings loaded from a file. It's for a test where I...
(First post. Don't know what to blog about. I'll start by recording some random coding thought...