• You’re exactly right. I didn’t read the article yet, but you can build a to do list app in a handful of minutes if you know your way around. I’m still green as a coder, but have been through dozens of tutorials, one of which was a simple to do list in JavaScript. I managed to complete it in about an hour. Seeing that someone thinks it takes weeks to do, that makes me wonder about them.

    •  jarfil   ( @jarfil@beehaw.org ) 
      link
      fedilink
      23
      edit-2
      4 months ago

      you can build a to do list app in a handful of minutes if you know your way around

      No you can’t. You’re mistaking a “hastily thrown together prototype”, for an “actual app” with all its requirements, tests, multiple target support, hundreds of tiny features, QA for all that, then deployment, and ongoing support.

      Depending on where on the scale between “prototype” and “final product” you look at, it’s going to be anywhere from less than an hour, to a full team working for years.

      Now, arguably, showing whether you know the difference, can be the real test.

        •  Car   ( @Car@lemmy.dbzer0.com ) 
          link
          fedilink
          4
          edit-2
          4 months ago

          Why should the interviewee assume that?

          This could very well be a test to see if the applicant has an idea of how a project scales or how they need to interact with other departments or track down compliance information. It could also test the applicant’s ability to provide a sanity check to a boss’s idea before they pitch something that the team can’t actually do