Software development and engineering - Stack Overflow most recent 30 from stackoverflow.com 2009-12-02T18:32:39Z http://stackoverflow.com/feeds/question/209551 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/209551/software-development-and-engineering 3 Software development and engineering Vaibhav Garg 2008-10-16T17:38:56Z 2009-05-06T19:19:09Z <p>Is software development engineering? If no, what are the things that it lacks in order to be qualified thus? AFAIK, there is a software engineering institute at the Carnigie mellon university, that prescribes and maintains the CMMI standards. Is that something that will turn development into engineering?</p> <p>Also, what is your opinion on the software engineering courses/certificates?</p> <p><strong>See Also</strong></p> <p>You might also look at <a href="http://stackoverflow.com/questions/27516/the-difference-between-programmer-and-software-engineer">this post about developer/engineer</a></p> http://stackoverflow.com/questions/209551/software-development-and-engineering/209578#209578 2 Answer by Brian Knoblauch for Software development and engineering Brian Knoblauch 2008-10-16T17:46:37Z 2008-10-16T17:46:37Z <p>No, it's not engineering. We're not that scientific and we don't have to pass any of those state engineering tests. In fact, it's illegal to call yourself a software "engineer" in some places due to that lack of testing.</p> http://stackoverflow.com/questions/209551/software-development-and-engineering/209581#209581 7 Answer by Thomas Owens for Software development and engineering Thomas Owens 2008-10-16T17:47:40Z 2008-10-16T17:47:40Z <p>Software development does not have to be software engineering. If you apply technical and scientific knowledge that utilizes natural laws, physical resources, and computer science knowledge to design and implement a software or software/hardware system, then you are engineering.</p> http://stackoverflow.com/questions/209551/software-development-and-engineering/209587#209587 1 Answer by tvanfosson for Software development and engineering tvanfosson 2008-10-16T17:50:14Z 2008-10-16T17:50:14Z <p>From Dictionary.com: <a href="http://dictionary.reference.com/search?db=dictionary&amp;q=engineering" rel="nofollow">en·gi·neer·ing</a> /ˌɛndʒəˈnɪərɪŋ/</p> <p>–noun 1. the art or science of making practical application of the knowledge of pure sciences, as physics or chemistry, as in the construction of engines, bridges, buildings, mines, ships, and chemical plants. </p> <p>I would say that creating software is the practical application of math and computer science, and potentially of any other number of pure sciences depending on the application.</p> <p>[EDIT] FWIW, I don't call myself a software engineer, but a software developer so I don't have a personal stake in this.</p> http://stackoverflow.com/questions/209551/software-development-and-engineering/209593#209593 0 Answer by jim for Software development and engineering jim 2008-10-16T17:51:40Z 2008-10-16T17:51:40Z <p>Yes, one should be able to apply standards and principles to arrive at a decent product. What makes it difficult is the mindset of the client (it's just code - it shouldn't cost that much to change), the extreme difficulty in codifying what the product should do into machine code (spoken/written language to code) and quantifying "quality". Your definition of quality isn't mine.</p> <p>It's also repeatability. Take a set of requirements and give it to two teams. When you can get the same thing out (without the teams talking to one another) you're pretty close to engineering.</p> <p>Other areas of engineering also have penalties and a rigid review and sign off. Accountability.</p> http://stackoverflow.com/questions/209551/software-development-and-engineering/209594#209594 -1 Answer by johnstok for Software development and engineering johnstok 2008-10-16T17:51:41Z 2008-10-16T17:56:42Z <p>IMHO the term 'software engineering' was coined to try to better describe the range of things a developer does, rather than just being a 'programmer' (which has overtones of some mechanistic process with little thought or creativity).</p> <p>Personally I prefer the emerging analogy of a developer as a 'craftsman', championed by the pragmatic programmers, among others.</p> <p>Historically, people have tried to analogise software creation with manufacturing. I think Jack Reeves made a pretty good argument to discredit this idea in his article <a href="http://www.developerdotstar.com/mag/articles/reeves_design.html" rel="nofollow">What Is Software Design</a>.</p> http://stackoverflow.com/questions/209551/software-development-and-engineering/209644#209644 3 Answer by avgbody for Software development and engineering avgbody 2008-10-16T18:08:13Z 2008-10-16T18:08:13Z <p>In my view a Software Engineer and Software Developer are two different things. </p> <p>I see a <strong><em>software engineer</em></strong> as one who does planning, such as what life cycle will the development take, doing requirements/specifications, etc... Basically, a software engineer deals with lots of documentation. This can be accomplished by a software developer and/or project manager.</p> <p>A <strong><em>software developer</em></strong> would be more closely related to a programmer but with more skills in other areas like database management, etc..</p> <p>One interesting thing to bring up is <strong>Architecture</strong>. Someone who is also involved in figuring out what hardware/software will be needed for the life cycle of the project.</p> http://stackoverflow.com/questions/209551/software-development-and-engineering/209651#209651 4 Answer by Uri for Software development and engineering Uri 2008-10-16T18:10:26Z 2008-10-16T18:10:26Z <p>I would argue that there is indeed such a thing as software engineering. </p> <p>Engineering involves the systematic application of scientific knowledge to the solution of problems. The complexity of problems that are tackled today are not that different from those tackled by an electric engineer in creating a circuit or a chemical engineer in devising a manufacturing process or a mechanical engineer in the creation of a device.</p> <p>The fact that there is also a hands-on approach of applying existing plans (development in this case) is simply similar to the fact that in other fields somebody else executes those plans (e.g., the construction worker).</p> <p>It is true that most developers also carry software engineering tasks, and that our education is often not in programming but rather in software engineering. So we get our hands dirty whereas a civil engineer would not.</p> <p>However, the ability to apply a programming language and program does not turn one into an engineer: I have met my share of developers who lack a true understanding of the complexities and issues outside their current piece of code. </p> <p>As for your question regarding CMU: Application of a standard or practice (e.g., CMMI) does not automatically turn a person's work into engineering. However, the fact that there are organiztions which carry out scientific research to provide new practices is again a sign that there is such a thing as engineering. </p> http://stackoverflow.com/questions/209551/software-development-and-engineering/209654#209654 1 Answer by Lieutenant Frost for Software development and engineering Lieutenant Frost 2008-10-16T18:10:56Z 2008-10-16T18:10:56Z <p>I'm going to go with "No" here. My brother is a mechanical engineer, and he describes engineering as "The Art of Being Cheap":</p> <p>"Engineers are more concerned with getting things done as fast as possible, at the lowest cost possible, <em>with the fewest materials possible.</em>"</p> <p>In reaction, I've come to describe software development (not software engineering - they really are fundamentally two distinct fields) as "The Art of Being Efficient":</p> <p>"Developers are more concerned with getting things done as fast as possible, at the lowest cost possible, with <em>the least amount of repetition possible.</em>" </p> <p>The difference is in the last part of those sentences.</p> http://stackoverflow.com/questions/209551/software-development-and-engineering/209715#209715 0 Answer by Uri for Software development and engineering Uri 2008-10-16T18:29:40Z 2008-10-16T18:29:40Z <p>By the way, the benefit of certificates (like degrees) depends on their quality and prestige. Recognized academic institutions that run onsite programs are better than remote degrees and "affiliated" degrees. </p> <p>In other words, if you go to the university of southern Latvia to get a degree or certificate from an affiliated program run by MIT, it is not an MIT degree...</p> <p>I can personally vouch for the software engineering masters program at CMU, it will give you the same breadth in engineering that an MBA from a top school will give you in business. </p> http://stackoverflow.com/questions/209551/software-development-and-engineering/209755#209755 0 Answer by David Hicks for Software development and engineering David Hicks 2008-10-16T18:42:19Z 2008-10-16T18:42:19Z <blockquote> <p>Is software development engineering?</p> </blockquote> <p>No. Being an engineer means your project follows a cause-and-effect timeline - you follow the building codes, therefore your building doesn't fall down (or at least you can't be blamed if it does). Writing software, you can follow all the guidelines going (and there's so many different ones to choose from!) and it still might hang/crash/give wrong answers (unless you're involved in the remarkably small field of writing provable programs in side-effectless functional languages).</p> http://stackoverflow.com/questions/209551/software-development-and-engineering/210185#210185 0 Answer by Jeremy for Software development and engineering Jeremy 2008-10-16T20:33:26Z 2008-10-16T20:33:26Z <p>I see an engineer (mechanical, structural, software) as someone who designs the product beforhand based on the understood needs and an understanding of what and how to apply the materials to accomodate that need.</p> <p>For example, you may often see a structural engineer looking up different strengths of steel and applying rules of physics to calculate materials required and how they should be implemented. Structural engineering is a prime example because you always end up with a blueprint (specification) of what you're going to build before you build. That doesn't always happen with software.</p> <p>To me the difference of a software engineer and a programmer is that the engineer is capable of building the specification for what will be produced before writing any code, where a programmer either just writes the code based off someone elses specifications, or is one of those wild west programmers who writes code without specifications. As well, the engineer has his degree.</p> <p>I liken the difference between a construction worker and a structural engineer to the difference between a programmer and a software engineer. </p> <p>To clarify, I only have a college diploma, so can't call myself an engineer.</p> http://stackoverflow.com/questions/209551/software-development-and-engineering/214171#214171 0 Answer by kmilo for Software development and engineering kmilo 2008-10-17T23:22:48Z 2008-10-17T23:22:48Z <p><a href="http://www.geocities.com/tablizer/science.htm" rel="nofollow">"Computer Science" is Not Science and "Software Engineering" is Not Engineering</a></p> http://stackoverflow.com/questions/209551/software-development-and-engineering/481389#481389 0 Answer by MatthieuF for Software development and engineering MatthieuF 2009-01-26T21:18:32Z 2009-01-26T21:18:32Z <p>No. Software Engineering is not engineering. In my opinion, the difference is in the amount of creativity involved. In Civil Engineering, for instance, there can be very little or no creativity. This is a good thing.</p> <p>To construct a bridge, you have a set of specifications (I need to get this number of cars from this side of the river to the other side).</p> <p>From this, I can deduce:</p> <ol> <li>the number of lanes of road I need (using a standard calculation defined by the government);</li> <li>the loads I will need to support (using calculations defined by the government)</li> <li>the materials I need to use to support those loads (using either standard materials, which I can get from a number of different suppliers, or non-standard materials, which I then have to prove will have the correct properties).</li> </ol> <p>Then, I must get the design approved and checked by a third party (another company) to ensure that I've done my calculations correctly.</p> <p>Then, when the bridge is actually constructed, the work will be done by qualified people in a standard way. They will be doing work that they have done hundreds, maybe thousands of times before.</p> <p>Don't get me wrong, every civil engineering project is different, but it seems every time I develop a new application/website, things get done differently.</p> http://stackoverflow.com/questions/209551/software-development-and-engineering/831257#831257 2 Answer by Roy for Software development and engineering Roy 2009-05-06T19:19:09Z 2009-05-06T19:19:09Z <p>Coming from a typical engineering background, but making a career in software development, I see large similarities between both worlds. Apart maybe from the exact definition of engineering, I see in practice that developing software is not that different from developing a physical product. At least I think it should not be very different. </p> <p>Whether you design an aircraft or a software application, for both you need to:</p> <ul> <li>make designs</li> <li>define subsystems and components</li> <li>make prototypes</li> <li>specify and execute tests</li> <li>etc.</li> </ul> <p>I read somewhere in an other answer that designing software is different because you do not design everything before you start programming. Well actually to a lesser extent that is also the case when you design a physical product. Designing and prototyping and testing is an iterative process.</p> <p>Also when software projects grow in size it gets more important to define clear subsystems, components and interfaces which is also similar to designing complex products such as an aircraft.</p> <p>That is why I consider developing software to be engineering.</p>