What is software engineering? - Stack Overflow most recent 30 from stackoverflow.com2009-12-20T18:39:22Zhttp://stackoverflow.com/feeds/question/1537http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1537/what-is-software-engineering1What is software engineering?happyappa2008-08-04T19:28:23Z2008-12-10T06:32:56Z
<p>The term "software engineering" is often used without fully being considered. Since the field is relatively young compared to other mature professional disciplines, the definition is arguably still be worked out, and at the very least it is often understood differently by different populations despite being "defined" by IEEE or the like. So, how's software engineering being defined by SO users? </p>
<p>What is software engineering?</p>
http://stackoverflow.com/questions/1537/what-is-software-engineering/1538#15384Answer by Justin Standard for What is software engineering?Justin Standard2008-08-04T19:29:22Z2008-08-04T19:32:52Z<p>According to wikipedia: <a href="http://en.wikipedia.org/wiki/Software_Engineering" rel="nofollow">http://en.wikipedia.org/wiki/Software_Engineering</a></p>
<p>My answer: "A combination of tools, methods, and techniques used in the optimal design, implementation, and maintenance of software systems."</p>http://stackoverflow.com/questions/1537/what-is-software-engineering/1540#15406Answer by Michael Stum for What is software engineering?Michael Stum2008-08-04T19:32:00Z2008-08-04T19:32:00Z<p>Isn't Software Engineeing anything that somehow has to do with turning <a href="http://en.wikipedia.org/wiki/Caffeine" rel="nofollow">C8H10N4O2</a> into Code?</p>http://stackoverflow.com/questions/1537/what-is-software-engineering/1583#158310Answer by Ryan Fox for What is software engineering?Ryan Fox2008-08-04T21:03:01Z2008-08-04T21:03:01Z<p>As a computer engineering student, I take issue with people throwing the term, "engineering" around so loosely.</p>
<p>An engineer doesn't simply apply science in a practical way; he also carries a level of responsibility for his actions to ensure the well-being of society, the environment, etc. Very few "software engineers" have such responsibility. If Windows Vista crashes on 25% of the computer it's installed on, you won't see an engineer standing in front of a discipline committee.</p>http://stackoverflow.com/questions/1537/what-is-software-engineering/1959#19591Answer by sparkes for What is software engineering?sparkes2008-08-05T06:09:59Z2008-08-05T06:09:59Z<p>Software Engineer is just a title used by recruiters to lure unsuspecting victims into their lair. </p>
<p>Don't get hung up on it the fashion for Software Engineer has reached old age and will be pensioned off just a soon as one of the myriad of phrases used to describe what we do makes a quantum leap. What's the betting that it's something even less useful to describe what you do to industry outsiders?</p>http://stackoverflow.com/questions/1537/what-is-software-engineering/16204#162042Answer by Thomas Owens for What is software engineering?Thomas Owens2008-08-19T13:58:42Z2008-08-19T13:58:42Z<p>As a software engineering student, I believe I can answer this question.</p>
<p>Software engineering is the application of engineering principles to software systems. This involves designing, constructing, and maintaining a low-cost, high-reliability system that meets the customer needs and then delivering all versions on time and budget.</p>
<p>Software engineering is composed of a number of domains, including requirements, design, construction, testing, maintenance, configuration management, quality, engineering management, tools and methods, and processes. These domains are derived from mathematics and statistics, computer science, cognitive sciences, telecommunications and networking, project management, quality engineering, and various other engineering disciplines.</p>
<p>If you want to know, I would read the <a href="http://www.swebok.org/" rel="nofollow">Software Engineering Body of Knowledge</a>.</p>
<p>I would like to say that, yes, software engineering <strong>is</strong> an engineering discipline.</p>
http://stackoverflow.com/questions/1537/what-is-software-engineering/16325#163253Answer by Joe for What is software engineering?Joe2008-08-19T14:50:59Z2008-08-19T14:50:59Z<p>In its simplest form, Software Engineering is simply the application of Computer Science. </p>
<p>However, it usually goes beyond this. When I took 'Software Engineering' in College, it was much more like a mix of Programming and Management. For example, Extreme Programming is a "software engineering methodology" (wikipedia)</p>
<p>Ryan was correct as well, Software Engineering also has to do with the consequences and implications of computer science. Both the ACM and IEEE of standards of Ethics that should be followed. (If this is of interest to you, I would suggest the book <i>A Gift of Fire</i>)</p>
<p>In summary, a Software Engineer is someone who can take the theory of Computer Science and apply practically, while having the foresight to realize the implications of his/her work</p>
http://stackoverflow.com/questions/1537/what-is-software-engineering/23160#231601Answer by Ryan Fox for What is software engineering?Ryan Fox2008-08-22T18:44:06Z2008-08-22T18:44:06Z<p>@Thomas:</p>
<p>I didn't mean to imply that software engineering isn't engineering. It's just that many people who write code will call themselves software engineers to inflate their title.</p>
http://stackoverflow.com/questions/1537/what-is-software-engineering/23170#23170-1Answer by Thomas Owens for What is software engineering?Thomas Owens2008-08-22T18:48:06Z2008-08-22T18:48:06Z<p>@Ryan - That comment wasn't to you or anyone in particular. Just those people who are all like "omg se isn't engineering nubz it's like applied cs so gtfo out of engineering places arr!"</p>
http://stackoverflow.com/questions/1537/what-is-software-engineering/26010#260103Answer by Konrad Rudolph for What is software engineering?Konrad Rudolph2008-08-25T13:18:55Z2008-08-25T13:18:55Z<p>In Germany, an engineer (Ingenieur), no matter of what profession, has certain professional “privileges”. For example, engineers are permitted to install high voltage equipment, something ordinary people aren't allowed to do unless supervised by a certified professional.</p>
<p>It is simply assumed that engineers knows what they're doing and can take responsibility for their actions. For that reason, attaining a degree in software engineering is very uncommon in Germany. The “throwing … around” of the term can't happen here. Any software engineer really is a fully-fledged engineer.</p>
http://stackoverflow.com/questions/1537/what-is-software-engineering/176066#1760660Answer by Rob Hunter for What is software engineering?Rob Hunter2008-10-06T20:29:48Z2008-10-06T20:29:48Z<p>I would say that software engineering is the intelligent application of the knowledge base of software science (what computer science is generally focussed on).</p>
<p>Unfortunately, I think it is often mistaken that this is an immature new field of engineering. There is a huge body of knowledge and best practices - it is simply a complex field with more specialists than many other engineering fields.</p>
<p>Where I live, engineering is a regulated profession - though they way I understand it, engineering and professional engineering are quite different. Engineering is using your brain to solve problems to move a project forward. Professional engineering is an acceptance of responsibility and a recognition of skill when using your brain to solve problems to move a project forward.</p>
<p>Of course stackoverflow is a great resource for all of us - engineers, scientists, hackers, testers, coders, builders, managers, all!</p>
http://stackoverflow.com/questions/1537/what-is-software-engineering/355251#3552510Answer by david wangombe for What is software engineering?david wangombe2008-12-10T06:32:56Z2008-12-10T06:32:56Z<p>I think it is the use of engineering principles of combining, optimzing and managing tools, methods, personnel and other resources to build an effective,efficient and applicable software.</p>