Programming
Externalize sql statements in Java
One of the problems of Java is not having support for multiline strings. It will be added in JDK12 JEP 326: Raw String Literals, but I’ll probably be stuck with Java 8 for a long time. And I doubt that I’m the only one… Annoying thing about single line strings Read more…