Open Menu
AllLocalCommunitiesAbout
lotide
AllLocalCommunitiesAbout
Login

Do non-English speakers learn to code in English, or in their native language?

⁨123⁩ ⁨likes⁩

Submitted ⁨⁨2⁩ ⁨weeks⁩ ago⁩ by ⁨TheImpressiveX@lemmy.today⁩ to ⁨[deleted]⁩

source

Comments

Sort:hotnewtop
  • protogen420@lemmy.blahaj.zone ⁨2⁩ ⁨weeks⁩ ago

    i think it depends, for me at least, mostly being self taught, english entirely because I just think in english, search in english, speak in english to myself so much

    source
  • ZILtoid1991@lemmy.world ⁨2⁩ ⁨weeks⁩ ago

    I learned to code before I learned proper English as a child.

    However, many educators insist of forcing students to first learn Hungarian pseudocode (not Hungarian notation) stuff first, I specifically was forced to learn Hungarian pseudocode SQL, because our teacher thought the future of programming will be natural language programming (she was a mediocre mathematician). Problems with it include:

    • Hungarian is very antithetical to be used as keywords in a programming language, mainly by substituting affixes with different words, or keeping the affixes in certain ways.
    • Students who already know English or actual coding are confused by it.
    • Natural language programming is quite bad. Nothing is gained by throwing out programming symbols in favor of natural language. In fact, things are being lost, and the main advocates of NLP are just out-of-touch techbros, who think creation is about having a cool idea.
    • Time that could been spent learning other things are wasted on it.
    source
  • Kolanaki@pawb.social ⁨2⁩ ⁨weeks⁩ ago

    The only things that tend to be in another language in code are variables and strings, from my experience.

    source