• @[email protected]
      link
      fedilink
      11 month ago

      I’m not saying they can’t overcome it or that it is universal. It’s just a theory I have based on early observations.

      Now, it does make sense that a GUI only person would have to play catch up compared to a person the same age who has a decade of exposure to using a terminal if they’re going to code in a terminal. It’s just different mindsets and workflows.

      At my work the younger coders who say they prefer GUI coding (and are terminal avoidant) seem to have more trouble and their debugging methods have many more steps and take longer. Many times they run everything in Jupyter notebooks and avoid running the processes in terminal at all. This is a problem if they put off end to end testing until the very last moment instead of testing incrementally.

      Also, for context, this is to create production level Python code which is to be deployed on a terminal only server.

      I’d want to make a measurable experiment with a larger sample size to confirm this theory though, as the systems are complex enough there are many possible reasons for these patterns. I’m just very aware these days of that moment of hesitance, like a deer in headlights, when some people have to open the terminal to solve their problem.