you are viewing a single comment's thread
view the rest of the 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