Demonstrating Test-Driven Development and Evolutionary Design in the long run
2015-02-11
Let's Code Jumi #351: NIO.2 Migration (Part 1)
Java 7 comes with a new file I/O API (NIO.2), which has numerous improvements over java.io.File. Upgrading to the new API is best done in small steps, the same way as when refactoring to remove primitive obsession.