• ZeroOne@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    5
    ·
    1 day ago

    If you look at someone who’s mastered coding, you’ll realize that their code looks like a beginner

    • just_another_person@lemmy.world
      link
      fedilink
      English
      arrow-up
      13
      arrow-down
      2
      ·
      edit-2
      1 day ago

      First off, no, this is 100% not true. That’s like saying a professional chef’s chicken soup will be the same as a beginner following the same recipe. Just, no.

      Second, I’m talking about the general idea and implementation. Example:

      Which is easier?

      1. Cloning and running a repo to install node deps, configuring dotenv variables, running node app, then opening a browser to input a domain name into a field to get a response back about domain ownership, OR…
      2. Opening a terminal and running whois somedomain.com and getting a response back. Code to illustrate.


      Which is easier?

      1. Configuring and running a compose to start a docker container to visit a browser to use a text editor, OR…
      2. Open a local text editor which every OS has available


      The cheeky nature of the projects aren’t lost on me, i just don’t see a point beyond basic coding exercises for them to exist. They’re getting social media hype and embracing that…cool, but anyone acting like this is some awesome new stuff is just delusional or flat wrong.

      • Yaky@slrpnk.net
        link
        fedilink
        English
        arrow-up
        3
        ·
        23 hours ago

        Reminds me of a “minimalist text editor” that my coworker showed me circa 2015. It was an Electron app that consumed more RAM to display a empty file than Firefox with 5 active tabs.