multiline string/string literal without escape processing
saeed yousefi
saeedtej at yahoo.com
Sat Aug 20 12:16:44 PDT 2011
I think Java as a mature language should now have some missed features and one of them is
multiline string/string literal without escape processing . it can really reduce lots of developer's efforts in writing multiline Strings .
As you know in situations like JSON it's very hard and error-prone to write code without using this feature .
as another example consider you 're writing JS code and you should do lots of literal escaping .
so as a Java developer , can I hope to see this feature for JDK8 ?
saeed
More information about the coin-dev
mailing list