snaggen@programming.dev to Rust@programming.dev · 1 year agoDon't write Rust like it's Javajgayfer.comexternal-linkmessage-square9fedilinkarrow-up10arrow-down10
arrow-up10arrow-down1external-linkDon't write Rust like it's Javajgayfer.comsnaggen@programming.dev to Rust@programming.dev · 1 year agomessage-square9fedilink
minus-squareKnusper@feddit.delinkfedilinkarrow-up0·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…
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…