vote up 5 vote down star

Software engineering shares many of the same traits with other engineering disciplines (attention to detail, complexity to mastery). What do you think differentiates it? Please be specific and substantiate your answer.

flag

12 Answers

vote up 2 vote down check

Software engineering is in its beginnings, whereas stuff like Electrical and Chemical engineering has become more well defined.

Software engineering is only recognized as a licensed profession in Texas (last I checked) in the United States, while you can be a Professional Engineer in most of the other engineering professions in any state.

Software engineering will become a more formal discipline eventually, when things are better figured out. You could read in the Mythical Man Month about the beginnings of Chemical Engineering in this century and how it came to be more formally recognized later.

link|flag
vote up 7 vote down

The fact that the medium we work in is so malleable. Many software engineering processes have been adapted from other disciplines, but the fact that we can make a change to our artifacts in a relatively short amount of time seems to be both the saving grace and downfall of software engineering.

link|flag
vote up 4 vote down

Engineers have to work within the bounds of the physical world.

Software engineers create their own (virtual) world, and write their own rules for it.

link|flag
If your virtual world is going to be useful to anyone, you probably have to consider cost and speed. That will be limited by the physical characteristics of the disks, processors, memory etc. – MarkJ Nov 24 at 18:12
vote up 3 vote down

I'm not a non-software engineer, but it seems most of the other types of engineering involve either physics, chemistry, or mathematics more heavily than in software engineering. There are exceptions of course (modeling applications for all of the above, and mathematics in many applications), but that seems to be the case for most of the work software engineers are doing.

link|flag
I'd seriously rethink calling yourself a software engineer if you think there's not some serious math involved in it. Perhaps a "drag and drop coder" or something better suited! – clintp Sep 26 '08 at 19:51
clintp - I'm not sure what software you work on, but most typical business applications really don't require much math at all beyond basic add/subtract/multiply/divide. – 17 of 26 Sep 26 '08 at 19:55
Clint, I will take that under advisement, thank you for your kind words. – Adam Bellaire Sep 26 '08 at 20:12
That's true in some cases clintp, but the majority of software out there is not scientific simulation and modeling software. ;) – Bob Somers Dec 21 '08 at 7:19
Lots of hardware engineering uses about the same amount of math as business software, except you are more likely to multiply or divide than add and subtract. Financial software uses more math than just about anything. – soru Jul 30 at 0:52
vote up 3 vote down

I would argue that for the most part software engineering is not engineering. It is a craft. Ours is a field that is on 60 years old. We are still learning what can and cannot be done, and are not at a place yet where we can even properly ascertain the question surrounding the problem we are trying to solve. Hence the agile sort of software methodologies, working on the question the best you know how, and constantly ask yourself if the question is changing, then change with it.

Producing some software that satisfies users needs is a nebulous process in most cases. While we 'engineer' a solution, it cannot usually be vetted against a formula or any physical constraints. It simply does enough to get the user satisficed.

link|flag
vote up 2 vote down

The biggest difference between software engineering and other forms of engineering is that the rules of our game change constantly.

When was the last time that a Civil Engineer had to worry about the laws of gravity changing or a Chemical Engineer had to worry about a change to the Periodic Table of Elements?

In software, our knowledge base is shifting constantly. Every year we get new operating systems, programming languages, or frameworks. A large portion of what someone learned 5 years ago may not even be applicable any more.

In contrast, just about everything other engineering disciplines learned 15 years ago still applies today.

link|flag
Don't tell the engineers at a integrated circuit plant that they use 15 year old knowlegde. – dacracot Sep 26 '08 at 19:59
They don't use 15 year old knowledge, but the current technology is still based on laws of physics that never change. – 17 of 26 Sep 26 '08 at 20:05
That's true to a point... but when it comes to electronics manufacturing, those engineers are solving problems that have not been solved before. (Like how the hell do you build electronic elements that are 45 nm small?) They may use "the laws of physics", but it certainly isn't "business as usual". – Bob Somers Dec 21 '08 at 7:21
Oh, I agree that they are most certainly solving problems that have not been solved. However, they are continually building on a foundation of knowledge that doesn't change much once they've figured something out. A programmer's foundation is constantly being ripped out from underneath us. – 17 of 26 Dec 31 '08 at 16:00
vote up 2 vote down

The replication process in software engineering is tiny compared to other engineering disciplines. Once we have designed, developed, and debugged our software, creating new instances of it is practically free. This is not the case in any other engineering.

link|flag
vote up 1 vote down

In software engineering the client has no easy way to measure progress. In a 9 month construction project for a house/bridge/whatever the client is likely to know something is badly amiss if the foundations aren't complete after 3/4/5 months. But in software there is always the myth of the project being 80% complete and just a few idealized developer days away from completion. It doesn't help that in software engineering the product can be built from the outside in, i.e. starting with GUI prototypes and finishing with database access.

link|flag
vote up 1 vote down

Software products are something you do not have to plan as excessively as other engineered products. Let me take a often used example that - obviously - is not the best one but will work for this case.

When you are planning a new release of a car manufacturer model you typically calculate of a engineering cycle of four to seven years. There is a specification phase, a prototyping phase, a testing phase, an optimization phase and a delivery phase. These often do coexist in time and informations from the one phase will guide / enhance ohter phases. But no one will change the complete engine short before delivering the new car. That's simply because it is not possible.

On the one hand, the development of "hardware" is a non trivia. On the other hand, the time you ship the car you have to ensure that it will work 10 years unchanged. You cannot simply update it like a piece of software.

So engineers here will be more conservative. At least compared to a "normal" software vendor. even if there is a bug in Windows or a kernel error in Linux, you simply provide information and downloads so everyone can upgrade.

If every software developer would have that in mind, software would be much more stable. But delivery cycles would be hell and client change requests nearly impossible.

Engineering, on the one hand, has some aspects of the "virtuality" of software, but it has to be "more correct". If you are an architect, you cannot state: "Sorry that the bridge went down, but I couldn't apply an upgrade in time." - you have to think of all possibilities in advance. If possible. I think you then get very conservative in certain points... .

link|flag
vote up 0 vote down

An important thing in my opinion is in the development process: With Software, it is easy (read: cheap) to create prototypes and to let many people test the product, and you can fix a bug after the software has been deployed. With all other engineering disciplines, you rely on some hardware you are developing and you can't simply duplicate the thing in a matter of seconds, to give it to some more testers. And when the hardware made its way to the customer, you can't simply deploy an update if he (or you) found a bug, unless the bug is only in software. But then, it's software engineering again.

link|flag
vote up 0 vote down

An important aspect of engineering is being able to measure things. How much is the project going to cost, how complex is the project going to be, how big is the end product going to be.

Software is difficult to measure. The best measurement of size is lines of code. But even this is fraught with difficulty since no real standard of what a line of code is exists. It can vary from language to language, from company to company and from project to project.

Software complexity is in a similar boat. How do you compare the complexity of two programs, even if they are written in the same language by the same team. Obviously if one was a data entry program, while the other was an Operating System, then the Operating System would most likely be more complex. But is it twice as complex, or ten times as complex or what? How does one measure this. You could use something like Cyclomatic Complexity. But this again is not the most precise measurement.

So essentially, quantifying basic aspects of software development is difficult, with a wide range of variability and interpretations of those quantities.

link|flag
vote up 0 vote down

The fact that you are dealing with abstract entities that do not have real physical counterparts (except other abstractions such as code).

In all other engineering fields, you are relating to physical forces and entities in nature.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.