I am confused. What is software construction? Is it field of software engineering or software development? Maybe software development is subdiscipline of software engineering? What books would you recomment to answer this questions?
|
|
Generally speaking YES, meaning that academically speaking you'll find courses in Software Development and Software Engineering with exactly the same subjects - but people with too much time on their hands are cyclically killing each other about this. Have a look at this good article on the subject (from the IBM archives) and get your own idea. Code Complete is pretty much the de facto reference for Software Construction. |
|||
|
|
|
|
From Wiki: Engineering :
Software Development
So they are pretty similar and can also mean the same thing. |
||
|
|
|
This is subject to interpretation, so here's mine. Software Development refers to the stage(s) of a SW project on which you move from ideas (requirements, specifications, architecture, high level design, etc) to the actual materialization of those ideas. I didn't say "coding", because while making some design choices before coding, you are somehow actually making, like it or not, some implementation assumptions that may have an impact on coding. Therefore, I would consider them as part of development per se. For a good understanding of Software Development, I'd recommend Code Complete. On the other hand, Software Engineering (from Wikipedia) "is the application of a systematic, disciplined, quantifiable approach to the development, operation, and maintenance of software". Engineers apply knowledge to solve practical problems. One of those problems may be the construction of software, another its maintenance, its deployment, operation, etc. From the same author of the book above, here is a good column for understanding what Software Engineering is. |
||
|
|
|
|
IMO, Software development is subdiscipline of software engineering. Engineering dealing also with the consequence of the developed software. As already said, knowing or not knowing the difference between the two concepts, is of little importance. |
||
|
|
|
|
Yes I'd guess that development is a subset of engineering:
Code Complete defines "construction" as being synonymous with coding and debugging (and commenting), also with detailed design before-hand and with unit- and integration-testing afterwards. Chapter 1, Welcome to Software Construction (PDF) starts by listing many topics in the overall Software Development Lifecycle (including Problem Definition, Software Architecture, Corrective Maintenance, etc.), and then says,
|
|||
|
|
