• 1 Post
  • 4 Comments
Joined 7 months ago
cake
Cake day: February 4th, 2024

help-circle

  • Minotaur@lemm.eetoRPGMemes @ttrpg.networkI just need my fix, ok?
    link
    fedilink
    arrow-up
    23
    arrow-down
    1
    ·
    6 months ago

    C:TD discourse is so funny. Just apparently like the best game ever made hindered by the fact that no one outside the nerds that other nerds call nerds can be convinced to play as what is essentially a moody fairy navigating fairy politics

    And then you have things like Beast: The Primordial, which by all accounts has been actually played less than like 100 times in history just because it immediately came out that it was basically one of the main author’s domination kink made into a game.


  • Minotaur@lemm.eetoProgrammer Humor@programming.devExam Answer
    link
    fedilink
    arrow-up
    11
    arrow-down
    1
    ·
    edit-2
    6 months ago

    I think you’re missing the forest for the trees here pretty heavily.

    Yes, Python has some goofy aspects about managing it while performing high level, in depth tasks.

    This is a post and a comment chain about pseudocode being taught to people who likely just learned what a “programming language” was several weeks ago. Essentially no one taking the GCSE knows what “bash-like scripts” even means.


  • Minotaur@lemm.eetoProgrammer Humor@programming.devExam Answer
    link
    fedilink
    arrow-up
    48
    arrow-down
    2
    ·
    6 months ago

    I’m very much guessing that this is just supposed to be a type of pseudocode given the context and vagueness of it.

    It’s a big reason why I really dont like pseudocode as instruction to people learning the basics of what programming is. It made more sense 20 years ago when programming languages were on a whole a lot more esoteric and less plain text, but now with simple languages like Python there’s simply little reason to not just write Python code or whatever.

    I took an intro to programming class in College and the single thing I got dinged on the most is “incorrect pseudocode”, which was either too formal and close to real code or too casual and close to plain English.

    It’s not a great system. We really need to get rid of it as a practice