you are viewing a single comment's thread
view the rest of the comments
[–] 51 points 2 years ago (15 children)

I don't think you can memorize how code works enough to explain it and not learn codding.

  • source
  • hideshow 15 child comments
  • [–] 24 points 2 years ago (8 children)

    It's super easy to learn how algorithms and what not work without knowing the syntax of a language. I can tell you how a binary search tree works, but I have no clue how to code it in Java because I've never used Java.

  • source
  • parent
  • hideshow 8 child comments
  • [–] 16 points 2 years ago (1 child)

    And similarly, i could read code in a language I dont know, understand what it does and how it works even if I don't know the syntax well enough to write it myself

  • source
  • parent
  • hideshow 1 child comment
  • [–] 2 points 2 years ago

    Yeah, exactly. At least any fairly modern language. I don't think I could just pick up assembly and read it without the class I took. Heck, I don't think I could read it anymore now that it's been several years since that class.

  • source
  • parent
  • [–] 8 points 2 years ago (5 children)

    I mean same, but you can look to the official docs for like what a loop or queue looks like

  • source
  • parent
  • hideshow 5 child comments
  • [–] 2 points 2 years ago (4 children)

    Not during a test. But maybe in those 20 hours they have.

  • source
  • parent
  • hideshow 4 child comments
  • [–] 2 points 2 years ago (3 children)

    Oh right I forgot about closed book tests. Been a while

  • source
  • parent
  • hideshow 3 child comments
  • [–] 2 points 2 years ago (2 children)

    Haven't taken a cert in a while either?

  • source
  • parent
  • hideshow 2 child comments
  • [–] 12 points 2 years ago (1 child)

    I'm a full stack polyglot and tbh I couldn't program in some languages without reference docs / LLM even though I ship production code in those language all the time. Memorizing all of the function and method names and all of the syntax/design pattern stuff is pretty hard especially when it's not really needed in contemporary dev.

  • source
  • parent
  • hideshow 1 child comment
  • [–] 6 points 2 years ago (1 child)

    You'd think that, but I believe you are underestimating people's ability to mindlessly memorize stuff without learning it.

  • source
  • parent
  • hideshow 1 child comment