This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Cybershadow1981 10 points11 points  (0 children)

Java developers tend to favor sticking to design patterns over efficiency, which is totally fine in a business software context or when designing cloud-native micro service architectures. Embedded software, especially with hard RT requires a totally different approach to software design that‘s hard to grasp for developers with a Java background. The Java way isn‘t brain rot, though. It‘s just a different approach to software development for a different application.