Sgt_choke_n_stroke@lemmy.world to Programmer Humor@programming.dev · 3 years agoThe temptation is always therelemmy.worldimagemessage-square122linkfedilinkarrow-up11.11K
arrow-up11.11KimageThe temptation is always therelemmy.worldSgt_choke_n_stroke@lemmy.world to Programmer Humor@programming.dev · 3 years agomessage-square122linkfedilink
minus-squareHurglet@lemmy.basedcount.comlinkfedilinkarrow-up1·3 years agoI do this all the time in Python by creating a class like class Core: foo = "bar"
minus-squareryannathans@aussie.zonelinkfedilinkarrow-up3·3 years agoThat’s not immutable nor a singleton
minus-squarexmunk@sh.itjust.workslinkfedilinkarrow-up4·3 years agoThat makes it inherently multithread compatible!
I do this all the time in Python by creating a class like
class Core: foo = "bar"That’s not immutable nor a singleton
That makes it inherently multithread compatible!