257m@lemmy.ml to Programming@programming.dev · 2 years agoWhat are your programming hot takes?message-squaremessage-square898fedilinkarrow-up1354arrow-down114
arrow-up1340arrow-down1message-squareWhat are your programming hot takes?257m@lemmy.ml to Programming@programming.dev · 2 years agomessage-square898fedilink
minus-squarexigoilinkfedilinkarrow-up2arrow-down1·2 years ago There are so many ways to get the same basic logic loop done This also applies to C.
minus-squareImpossibleRubiksCube@programming.devlinkfedilinkarrow-up1·edit-22 years agodeleted by creator
minus-squarexigoilinkfedilinkarrow-up1·2 years agoC has for, while, do-while, goto and recursion. How exactly are rescue, inlined conditionals and optionals used for creating loops? Also Ruby’s for and while do different things, unlike for and while in C.
This also applies to C.
deleted by creator
C has for, while, do-while, goto and recursion.
How exactly are rescue, inlined conditionals and optionals used for creating loops? Also Ruby’s for and while do different things, unlike for and while in C.