• 0 Posts
  • 18 Comments
Joined 1 year ago
cake
Cake day: August 19th, 2023

help-circle














  • I remember reading the Hello World edition of that one. I haven’t gone through a big project and a couple of small ones with rust so I’ll have to stop talking hahaha.

    But yeah writing inheritance heavy code in Java is the absolute worst and not everything needs an interface and not everything has to use the strategy pattern for a single use case. Java promotes overkill dependency spaghetti so I get that, however interfaces work the same as Rust traits and can be used in the exact same way with POJOs so I’m on the fence.

    I’ll have to wait and see which one I’ll like more I guess.