Don't write Rust like it's Javajgayfer.com snaggen ( @snaggen@programming.dev ) Rust@programming.dev • 1 year ago message-square21fedilinkarrow-up149
arrow-up149external-linkDon't write Rust like it's Javajgayfer.com snaggen ( @snaggen@programming.dev ) Rust@programming.dev • 1 year ago message-square21fedilink
minus-square Knusper ( @Knusper@feddit.de ) linkfedilink6•1 year agoI think, the point is that in Python (like Rust) that construct is a module. In Java, a module does not exist in that sense. You put everything into classes in Java and static classes, i.e. singleton objects, are what you use instead of modules…
minus-square Jummit ( @Jummit@lemmy.one ) linkfedilink1•1 year agoInteresting, that definitely makes sense!
I think, the point is that in Python (like Rust) that construct is a module. In Java, a module does not exist in that sense. You put everything into classes in Java and static classes, i.e. singleton objects, are what you use instead of modules…
Interesting, that definitely makes sense!