On 06/25/2015 04:10 PM, Vladimir Panteleev wrote:


And, IMHO, this:

fileName.readText.lowerCased.detabbed.toFile(fileName.withExtension(".foo"))


looks much better than this:

fileName.readText.lowerCaser.detabber.toFile(fileName.extensionSetter(".foo"))


Definitely. The existing functions should have been named 'joined' and 'splitted'. :o)

Reply via email to