Igor360@lemmy.world to Python@programming.dev · 7 months agocan someone test my game?github.comexternal-linkmessage-square7linkfedilinkarrow-up128arrow-down11file-text
arrow-up127arrow-down1external-linkcan someone test my game?github.comIgor360@lemmy.world to Python@programming.dev · 7 months agomessage-square7linkfedilinkfile-text
minus-squaregraham1@lemmy.worldlinkfedilinkEnglisharrow-up6·7 months agoIs it intentional to have so many filesystem interactions and subprocess launches?
minus-squareI Cast Fist@programming.devlinkfedilinkarrow-up6·7 months 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
minus-squareIgor360@lemmy.worldOPlinkfedilinkarrow-up2·7 months agohmmm… okay! i think i know how to do it!
minus-squareIgor360@lemmy.worldOPlinkfedilinkarrow-up0·7 months agookay! its done! can you upgrade my game?
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
hmmm… okay! i think i know how to do it!
okay! its done! can you upgrade my game?