• MysticJorge
    link
    fedilink
    111 year ago

    That brings the question to mind, what’s the difference between coding, computer programming or programming and software engineering? Is there actually a difference at all?

    • @chtk@feddit.nl
      link
      fedilink
      141 year ago

      coding, computer programming or programming […]

      I think these are pretty much the same thing: producing code based on a predefined/predetermined spec or design.

      and software engineering?

      This, I think, includes the design of the (architecture) of a system as a whole.

    • @herrvogel@lemmy.world
      link
      fedilink
      11 year ago

      Coding and programming is about writing the code. You get on a computer and type away.

      Writing code is just one part of a bigger whole. It takes more than writing code to make software. Someone needs to think about the architecture, infrastructure, planning, management, maintenance, deployment, r&d… That’s software engineering. It’s a much broader concept than just editing text files.

      • MysticJorge
        link
        fedilink
        11 year ago

        The aspect of software engineering makes sense per your definition. That brings the question of who a software developer is but… Coding and computer programming are entirely different though interrelated. One is an integral part of the other with the other being the bigger picture