Myriarch Combat Simulator is now available in an enhanced Java version, with a JavaFX user interface. I removed the download of the original .NET version as it was fairly rudimentary; I had already… (more…)
Read more »
Welcome back to the August update of Java on Visual Studio Code. In this update, we will focus on performance improvements and project management. On to the update. Performance improvements IntelliSense (a.k.a. Code Complete) IntelliSense is one of the mo... (more…)
Read more »
Java SE 14 (March 2020) introduces records (jep359) as a preview feature. Records aim to enhance the language's ability to model "plain data" aggregates with less ceremony. In this article Java Language Architect Brian Goetz takes a deep dive into the f... (more…)
Read more »
Code is easier to reason about when collections cannot be altered after their creation. Having to keep track of the current state of a collection as it gets passed around from this method to that equates to more mental balls to juggle. Mutating... | Carl ... (more…)
Read more »
Oracle has chosen the Eclipse Foundation to be the new home of the Java Platform Enterprise Edition (Java EE). (more…)
Read more »