BodaciousMunchkin@links.hackliberty.org to Programming@programming.dev · 1 year agoWhy Pseudocode?stellar.mit.eduexternal-linkmessage-square3linkfedilinkarrow-up10arrow-down10
arrow-up10arrow-down1external-linkWhy Pseudocode?stellar.mit.eduBodaciousMunchkin@links.hackliberty.org to Programming@programming.dev · 1 year agomessage-square3linkfedilink
minus-squarefruitycoder@sh.itjust.workslinkfedilinkarrow-up1·1 year agoMakes sense when try to work through a complex logic flow that you just aren’t sure about.
minus-squarenous@programming.devlinkfedilinkEnglisharrow-up0arrow-down1·1 year agoNah, if you have some complex logic you are not sure about then you need to see it run to be able to see how it reacts to changes. You cannot run pseudocode so it is far harder to validate it will do what you want it to do.
Makes sense when try to work through a complex logic flow that you just aren’t sure about.
Nah, if you have some complex logic you are not sure about then you need to see it run to be able to see how it reacts to changes. You cannot run pseudocode so it is far harder to validate it will do what you want it to do.