this post was submitted on 05 Jun 2020
155 points (91.0% liked)
Programmer Humor
32365 readers
685 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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?
I think these are pretty much the same thing: producing code based on a predefined/predetermined spec or design.
This, I think, includes the design of the (architecture) of a system as a whole.
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.
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