Igor360@lemmy.world to Python@programming.dev · 15 days agocan someone test my game?github.comexternal-linkmessage-square4fedilinkarrow-up11arrow-down10file-textcross-posted to: opensourcegames@lemmy.mlopensource@lemmy.ml
arrow-up11arrow-down1external-linkcan someone test my game?github.comIgor360@lemmy.world to Python@programming.dev · 15 days agomessage-square4fedilinkfile-textcross-posted to: opensourcegames@lemmy.mlopensource@lemmy.ml
minus-squaregraham1@lemmy.worldlinkfedilinkEnglisharrow-up1·15 days agoIs it intentional to have so many filesystem interactions and subprocess launches?
minus-squareI Cast Fist@programming.devlinkfedilinkarrow-up1·15 days agoI guess the obvious question now is “why”? From a glance, it’s pretty clear that one of the things that you really should’ve done is separated the file reading/writing into separate functions, instead of having every function open-read-write cat.txt
Is it intentional to have so many filesystem interactions and subprocess launches?
yup
I guess the obvious question now is “why”? From a glance, it’s pretty clear that one of the things that you really should’ve done is separated the file reading/writing into separate functions, instead of having every function open-read-write
cat.txt