Old, but fun read that argues that today’s programmers are not like typical Engineers and shouldn’t really call themselves that as Engineering requires certification, is subject to government regulation, bear a burden to the public, etc.

  • enkers
    link
    fedilink
    English
    38
    edit-2
    18 hours ago

    I don’t think gate keeping engineering is bullshit, software or otherwise. In fact I think it is one of the few eminently important things to gatekeep.

    If computer systems have peoples lives depending on them, having accredited engineers that may be part of a chain of liability for their mistakes is a potentially life saving measure. It provides increased guarantee that someone will be held responsible, be it the firm, or in the case of bankruptcy, the individual engineer.

    This provides a significant incentive to only sign off on work that meets all relevant safety criteria.

    I’m not sure if that’s how it works in software engineering, but it certainly should.

    • @jonathan@lemmy.zip
      link
      fedilink
      English
      1017 hours ago

      There are separate titles for accredited engineers in the US and UK. If anyone cared enough they’d already be using them. The fact is, vanishingly few software engineers work on high risk (to human life) projects. Versus, for example, structural engineers doing it daily.

      • @sugar_in_your_tea@sh.itjust.works
        link
        fedilink
        English
        316 hours ago

        We’re kinda close because we make a tool that people in a dangerous line of work use to plan their dangerous work. That said, there are checks at each step (output from our software is checked by other software, which loads it onto hardware with its own checks, and then get double check everything before pushing “go”).