What's the difference between programmer and software engineer? - Stack Overflow most recent 30 from stackoverflow.com2009-12-19T04:08:19Zhttp://stackoverflow.com/feeds/question/27516http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/27516/whats-the-difference-between-programmer-and-software-engineer22What's the difference between programmer and software engineer?Ionut Anghelcovici2008-08-26T07:33:59Z2009-12-01T21:07:16Z
<p>As I was looking through some job offerings I saw that many of them require a software engineer, some a programmer and some a developer.</p>
<p>Is there any difference between a programmer and a software engineer? Or are they all looking for the same guy that can "write code"?</p>
http://stackoverflow.com/questions/27516/whats-the-difference-between-programmer-and-software-engineer/27520#275201Answer by tj9991 for What's the difference between programmer and software engineer?tj99912008-08-26T07:38:08Z2008-08-26T07:38:08Z<p>You'll find that a lot of non tech-savvy companies will favor "software engineer" as it does have a professional ring to it. My skills were questioned when I applied as a programmer, when they told me they were seeking a software engineer. I believe that software engineer isn't an exact synonym to programmer, but rather a seasoned programmer.</p>
<p>There seems to be a lot of discussion on the topic, as displayed on the relevant <a href="http://en.wikipedia.org/wiki/Debates_within_software_engineering" rel="nofollow">wikipedia article</a>.</p>
http://stackoverflow.com/questions/27516/whats-the-difference-between-programmer-and-software-engineer/27521#2752114Answer by Mark Glorie for What's the difference between programmer and software engineer?Mark Glorie2008-08-26T07:38:28Z2008-08-26T07:38:28Z<p>Officially I believe a Software Engineer is more qualified in the software development lifecycle as a whole (requirements, analysis, design, testing, team management etc etc), whereas a programmer/developer is the more Computer Science track.</p>
<p>Unofficially the HR people at many companies have no idea what they're talking about and you have to go by job requirements or even the interview!</p>
http://stackoverflow.com/questions/27516/whats-the-difference-between-programmer-and-software-engineer/27522#275221Answer by Rob Cooper for What's the difference between programmer and software engineer?Rob Cooper2008-08-26T07:39:33Z2008-08-26T07:39:33Z<p>I think to be honest, there is not really a big difference between the job titles these days..</p>
<p>My title is actually software engineer, but I personally feel I need to know more of the engineering side of software :D</p>
<p>To me, a software engineer should be expected to have more in-depth knowledge of certain technologies, and experience in building larger systems. A developer could really either match this or have more varied knowledge.</p>
<p>I.e. Software Engineer = more specialist, Developer = generalist.</p>
<p>This is all very rough-round-the-edges and wooly though :D</p>
<p>Realisticly though, I dont give a crap what the title is so long as the codes good ;)</p>
http://stackoverflow.com/questions/27516/whats-the-difference-between-programmer-and-software-engineer/27528#275280Answer by John Smithers for What's the difference between programmer and software engineer?John Smithers2008-08-26T07:50:39Z2008-08-26T07:50:39Z<p>Well, first I had the title "developer" now I got "Software engineer". Probably HR thinks it sounds better, so what. You can call me a developer, if you want ;-)<br />
They search the same people, no matter how they call them.<br />
But just "writing code" is not sufficient for a developer job. You should differentiate between coding and developing: <a href="http://www.codertodeveloper.com/" rel="nofollow">http://www.codertodeveloper.com/</a></p>
http://stackoverflow.com/questions/27516/whats-the-difference-between-programmer-and-software-engineer/27544#2754422Answer by LKM for What's the difference between programmer and software engineer?LKM2008-08-26T08:07:32Z2008-10-20T08:04:23Z<p>In some countries and states (European countries, Canada, as per Kena's comment, and Texas, as per Tony BenBrahim's comment), the title "engineer" is limited to people with an engineering degree. Depending on where you found the job description, "software engineer" may mean "a person who has studied software engineering," while "programmer" probably means "a person who knows how to write code."</p>
<p><a href="http://en.wikipedia.org/wiki/Engineer#Regulation" rel="nofollow">Wikipedia has more on the regulation of the title "engineer."</a></p>
http://stackoverflow.com/questions/27516/whats-the-difference-between-programmer-and-software-engineer/30923#3092330Answer by Portman for What's the difference between programmer and software engineer?Portman2008-08-27T19:09:01Z2008-08-27T19:09:01Z<p>From what I've seen in the US, the title is a rough proxy for how important software is to the company.</p>
<p><strong>programmer</strong> = we do not have many technical employees and need someone to "program" something; for example a law firm</p>
<p><strong>developer</strong> = we are a tech-savvy product or services company and need someone to work on internal or back-end tools; for example a bank or consulting company</p>
<p><strong>engineer</strong> = we are a software company and need someone to work on one of our products; for example Adobe or Microsoft</p>
<p>There are thousands of counterexamples, but in general, I would be skeptical of any company looking to hire "programmers", whilst I would look fondly upon a company hiring "software engineers". "Developer" doesn't really carry a connotation.</p>
http://stackoverflow.com/questions/27516/whats-the-difference-between-programmer-and-software-engineer/30942#309420Answer by Michael Haren for What's the difference between programmer and software engineer?Michael Haren2008-08-27T19:14:34Z2008-08-27T19:14:34Z<p>My company has tracks for both "programmers" and "engineers". The difference being what degree the candidate has. You have to have an engineering degree to be a software engineer.</p>
<p>That said, I can't speak to its implications in terms of compensation, etc.</p>
http://stackoverflow.com/questions/27516/whats-the-difference-between-programmer-and-software-engineer/30987#309873Answer by Frank Krueger for What's the difference between programmer and software engineer?Frank Krueger2008-08-27T19:31:46Z2008-08-27T19:31:46Z<p>Programmers get stuff done while Software Engineers talk about getting stuff done.</p>
http://stackoverflow.com/questions/27516/whats-the-difference-between-programmer-and-software-engineer/49200#492003Answer by marcospereira for What's the difference between programmer and software engineer?marcospereira2008-09-08T05:28:26Z2008-09-08T05:28:26Z<p>@<a href="#30987" rel="nofollow">Frank Krueger</a>, perfect!</p>
<p>Software engineers? Programmers? To me, we are all software developers, but some people like these weird names. :-)</p>
<p>Kind Regards</p>
http://stackoverflow.com/questions/27516/whats-the-difference-between-programmer-and-software-engineer/209612#2096120Answer by Rory Fitzpatrick for What's the difference between programmer and software engineer?Rory Fitzpatrick2008-10-16T17:58:15Z2008-10-16T17:58:15Z<p>Technically my job title is Software Engineer and I work in the Engineering department. My previous job was also technicaly Software Engineer. The one before that was Analyst Programmer. In my freelance work I call myself a Web Developer.</p>
<p>In every position I do practically the same job.</p>
http://stackoverflow.com/questions/27516/whats-the-difference-between-programmer-and-software-engineer/209635#2096350Answer by Jeff Kotula for What's the difference between programmer and software engineer?Jeff Kotula2008-10-16T18:05:47Z2008-10-16T18:05:47Z<p>Legal certifications aside...</p>
<p>To me, the difference is in attitude toward doing the work: I think engineers (of any type) are concerned with building working, reliable systems to specifications and within environmental and budget constraints. Programmers are interested in writing code.</p>
<p>I don't have a problem with either -- certainly programming is more fun than engineering because (in my nomenclature anyway) it requires less discipline.</p>
<p>But again, this is my personal take on it and your milage will vary...</p>
http://stackoverflow.com/questions/27516/whats-the-difference-between-programmer-and-software-engineer/209681#2096810Answer by tsilb for What's the difference between programmer and software engineer?tsilb2008-10-16T18:19:38Z2008-10-16T18:19:38Z<p>IMHO:</p>
<p>Programmer (Syn. Code Monkey): Writes code. Builds things. Either a junior level or the old, crusty, UNIX or COBOL types. When you need alot of grunt work done, hire these.</p>
<p>Developer / Engineer: In addition to programming, designs architectures and databases. Follows the product through the entire development lifecycle, from Analysis & Design all the way to Production Support. </p>
http://stackoverflow.com/questions/27516/whats-the-difference-between-programmer-and-software-engineer/209737#2097373Answer by wnoise for What's the difference between programmer and software engineer?wnoise2008-10-16T18:37:14Z2008-10-16T18:37:14Z<p>Software engineer: someone who wants to piggy back on the reputation of real engineers.
Consider how you feel about someone calling a trash collector or janitor a "sanitation engineer".</p>
<p>Programming is not engineering; it is not an industrial process; it doesn't have the same material constraints. It is instead an art and a craft. Yes, there are techniques we know work better or worse, and we try to collect and consistently apply these.</p>
<p>But you get to call yourself an engineer when you put your signature on a design and cannot by law work in the same field if it fails.</p>
http://stackoverflow.com/questions/27516/whats-the-difference-between-programmer-and-software-engineer/210297#21029711Answer by McWafflestix for What's the difference between programmer and software engineer?McWafflestix2008-10-16T21:00:28Z2008-10-16T21:00:28Z<p>The terms are different, and they refer to differing expectations.</p>
<p>Usually, "Software Engineer" is a superset of "Programmer".</p>
<p>Programming computers is PART of Software Engineering; but it's by far not all of it.</p>
<p>While programming requires a knowledge of computer languages and algorithms and data structures, all of which are very important, software engineering also involves knowledge of projects, maintenance requirements, documentation standards, software design, etc. The things that are involved in successful software projects that are NOT actual programming.</p>
<p>For me, a critical distinction has always come with Software Patterns. I've never met someone who was "just" a programmer who had a grasp on what they are, and why they're good. Conversely, most (albeit not all) Software Engineers that I've known and respected have had a good grasp on Software Patterns, and understand why they're such a good idea.</p>
<p>In general, the way I tend to think of it is this: programmers program solutions. Software engineers take a problem, and (usually) use programming to solve it. The difference is that at least part of the responsibility for figuring out WHAT the solution is going to be falls on the Software Engineers.</p>
http://stackoverflow.com/questions/27516/whats-the-difference-between-programmer-and-software-engineer/210317#2103171Answer by Kon M for What's the difference between programmer and software engineer?Kon M2008-10-16T21:06:38Z2008-10-16T21:06:38Z<p>As I understand it, a 'software engineer' is involved in most (if not all) aspects of the SDLC. While a 'programmer' usually gets handed the business requirements and technical specification, and starts coding.</p>
http://stackoverflow.com/questions/27516/whats-the-difference-between-programmer-and-software-engineer/213924#2139240Answer by Payton Millhouse for What's the difference between programmer and software engineer?Payton Millhouse2008-10-17T21:32:16Z2008-10-17T21:32:16Z<p>After programmers write the software, engineers drive it down the track.</p>
http://stackoverflow.com/questions/27516/whats-the-difference-between-programmer-and-software-engineer/213994#2139940Answer by David Thornley for What's the difference between programmer and software engineer?David Thornley2008-10-17T22:05:02Z2008-10-17T22:05:02Z<p>"Software engineer" is a longer phrase than "programmer". The distinction also means that, when unemployed, you have to look under S and P both in the want ads.</p>
<p>Aside from that, there's really no difference.</p>
http://stackoverflow.com/questions/27516/whats-the-difference-between-programmer-and-software-engineer/214013#2140139Answer by John Kraft for What's the difference between programmer and software engineer?John Kraft2008-10-17T22:12:08Z2009-11-30T14:38:30Z<p>My personal take on the subject is:</p>
<ul>
<li><p><strong>Programmer</strong>: Coder. Code Monkey. Clickity-Clack, Clickity-Clack.<br>
<code>Usually 0-5 years experience</code></p></li>
<li><p><strong>Developer/Analyst</strong>: Gathers requirements, designs and implements applications, researches technologies, etc.<br>
<code>Usually > 5 years experience</code></p></li>
<li><p><strong>Engineer</strong>: Designs and implements components and frameworks for Developers and Programmers to use.</p></li>
<li><p><strong>Architect</strong>: Designs and oversees the implementation and integration of system wide initiatives.</p></li>
</ul>
http://stackoverflow.com/questions/27516/whats-the-difference-between-programmer-and-software-engineer/344015#3440150Answer by TomTom for What's the difference between programmer and software engineer?TomTom2008-12-05T14:40:44Z2008-12-05T14:40:44Z<p>In switzerland when companies are looking for a "Software Engineer" then you must have at least a Bachelor Degree in Computer Science (better is a Master).Usually they write it in the job description as a requirement. Experience isn't enough anymore, because of the knowledge in engineering processes (RUP, XP, SCRUMM, ...), requirements engineering, testing, project planning etc. </p>
<p>They want people which can master the whole Software Lifecycle from beginning to end. "Pure programmers" are engaged on a temporary contract for the construction phases, when you need programming power.</p>
<p>Some people tend to think they are "better" when they have an engineering degree. I also have one (M. C. Sc.), but IMHO I'm one of the most worst coder on this planet. I know some people which can code much better and they have no degree. (But they are lousy when you ask for the unit test's or the docu: "Oh my code is working. I do not have to write a unit test or test master or something similar." ;-)</p>
http://stackoverflow.com/questions/27516/whats-the-difference-between-programmer-and-software-engineer/344036#3440360Answer by Ryan Thames for What's the difference between programmer and software engineer?Ryan Thames2008-12-05T14:50:32Z2008-12-05T14:50:32Z<p>A programmer programs, but a software engineer needs to be very familiar with the software life cycle, as well as program. In my case, I'm a software engineer, but I don't even have an engineering degree, so I guess HR thought the title sounded cool. I tell people I'm a software developer when they ask. I'm honestly surprised because I live in Texas, which strictly limits the distinction of being an engineer to licensed engineers, yet I have that title somehow.</p>
<p>I think the reason they call it software engineering is the design aspect. Just like a mechanical engineer or civil engineer designs a building before they build it, software engineers have to design software before they implement it. I think the process is similar enough to where they felt ok throwing the term engineer around.</p>
http://stackoverflow.com/questions/27516/whats-the-difference-between-programmer-and-software-engineer/706878#7068782Answer by Rodger Cooley for What's the difference between programmer and software engineer?Rodger Cooley2009-04-01T18:47:26Z2009-04-01T18:47:26Z<p>About $20k...</p>
http://stackoverflow.com/questions/27516/whats-the-difference-between-programmer-and-software-engineer/989989#9899891Answer by Kevin Bowman for What's the difference between programmer and software engineer?Kevin Bowman2009-06-13T04:37:41Z2009-06-13T04:37:41Z<p>I've been a programmer for over 35 years. When I went to work for the company I am at now, they insisted on the title of Software Engineer. I work with guys who have masters degrees in engineering and unfortunately for the past 10 years I spend the first year teaching them how to actually program. Programming isn't just coding; it's planning, documentation, testing, projecting. So if that makes me an engineer, so be it, but I'm still a programmer.</p>
http://stackoverflow.com/questions/27516/whats-the-difference-between-programmer-and-software-engineer/1820335#18203350Answer by nikie for What's the difference between programmer and software engineer?nikie2009-11-30T15:02:36Z2009-11-30T15:02:36Z<p>The way I understand the term, Engineering means applying results of science and the scientific method itself to a concrete problem. Some programmers do that, some don't. Take debugging, for example: The scientific/engineering approach would be to collect data, form hypotheses, test/try to falsify the hypotheses, form new hypotheses and so on. But I'm sure you've seen programmers who just change buggy code based on untested assumptions until it works (once).</p>
<p>In a job offering, I would assume that a programmer is only writing code, while a software developer/engineer is expected to carry out the whole process of software development. I.e. she is expected to talk to (potential) users of a product, understand what they need and design the software so it helps the users solve their problems. She should also design the software so it can be maintained and extended in the future. Actually writing the program is only a small part of this process. For bigger teams, it can make sense to have a few developers and more programmers to help them with the "grunt work".</p>
http://stackoverflow.com/questions/27516/whats-the-difference-between-programmer-and-software-engineer/1828938#18289380Answer by jmvidal for What's the difference between programmer and software engineer?jmvidal2009-12-01T21:07:16Z2009-12-01T21:07:16Z<p>Check out this article on <a href="http://www.computer.org/portal/web/buildyourcareer/careerwatch/jt15?utm%5Fsource=bronto&utm%5Fmedium=email&utm%5Fterm=Developer%2C+Engineer%2C+or+Architect%3F&utm%5Fcontent=vidal%40sc.edu&utm%5Fcampaign=BYC-Issue+38-December+3" rel="nofollow">Developer, Engineer, or Architect</a>, but I don't agree with his assement:</p>
<blockquote>
<p>In short, development and engineering
are based on opposite tenets.
Engineering is scientific, quantified,
and disciplined, whereas development
is random, not based on metrics, and
stays away from engineering
discipline.</p>
</blockquote>