TheImpressiveX@lemmy.today to No Stupid Questions@lemmy.world · 10 days agoDo non-English speakers learn to code in English, or in their native language?message-squaremessage-square79linkfedilinkarrow-up156arrow-down11
arrow-up155arrow-down1message-squareDo non-English speakers learn to code in English, or in their native language?TheImpressiveX@lemmy.today to No Stupid Questions@lemmy.world · 10 days agomessage-square79linkfedilink
minus-squareSkullgrid@lemmy.worldlinkfedilinkarrow-up5·9 days agoWhat should you do if you inherit a project where they are already mixing languages because they just copy pasted from tutorials?
minus-squareBjörn@swg-empire.delinkfedilinkarrow-up12·9 days agoExacerbate the problem by using your own style that’s not been used before.
minus-squareloie@lemmy.worldlinkfedilinkarrow-up4·9 days agoint main(){ cout << "It's more compact this way and yeah I'll die on this hill"; Return 0;} //see you even get to end lines in devious winky smilies who doesn't love that
minus-squarececilkorik@lemmy.calinkfedilinkEnglisharrow-up2·9 days agoThe only solution to having too many standards is always to add another new standard. /xkcd
What should you do if you inherit a project where they are already mixing languages because they just copy pasted from tutorials?
Exacerbate the problem by using your own style that’s not been used before.
int main(){ cout << "It's more compact this way and yeah I'll die on this hill"; Return 0;} //see you even get to end lines in devious winky smilies who doesn't love thatThe only solution to having too many standards is always to add another new standard. /xkcd