TheImpressiveX@lemmy.today to No Stupid Questions@lemmy.world · 1 month agoDo non-English speakers learn to code in English, or in their native language?message-squaremessage-square100linkfedilinkarrow-up1124arrow-down11
arrow-up1123arrow-down1message-squareDo non-English speakers learn to code in English, or in their native language?TheImpressiveX@lemmy.today to No Stupid Questions@lemmy.world · 1 month agomessage-square100linkfedilink
minus-squareSkullgrid@lemmy.worldlinkfedilinkarrow-up9·1 month 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-up36·1 month agoExacerbate the problem by using your own style that’s not been used before.
minus-squarececilkorik@lemmy.calinkfedilinkEnglisharrow-up8·1 month agoThe only solution to having too many standards is always to add another new standard. /xkcd
minus-squareAwesomeLowlander@sh.itjust.workslinkfedilinkarrow-up1·1 month agoTBF, USB C is an example of that approach actually working.
minus-squareloie@lemmy.worldlinkfedilinkarrow-up7·1 month 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
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.
The only solution to having too many standards is always to add another new standard. /xkcd
TBF, USB C is an example of that approach actually working.
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 thatIt’s tradition!