• 2 Posts
  • 185 Comments
Joined 1 year ago
cake
Cake day: July 1st, 2023

help-circle



















  • Yes sure, but not forwards compatible. That means if you need to fix a bug or add a feature in a project that is build on java 8, you cannot use language features from later versions. They are pretty important features at that, like a workable Http client, modules, container compatibility, records and enhanced switch statements. It is not fun to work like that, it’s what makes good programmers want to become chicken farmers.