snaggen to Rust · 2 years agoDon't write Rust like it's Javajgayfer.comexternal-linkmessage-square34linkfedilinkarrow-up178arrow-down17
arrow-up171arrow-down1external-linkDon't write Rust like it's Javajgayfer.comsnaggen to Rust · 2 years agomessage-square34linkfedilink
minus-squareKnusper@feddit.delinkfedilinkarrow-up7·2 years 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-squareJummit@lemmy.onelinkfedilinkarrow-up1·2 years 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!