Software engineering (SE) is the application of a systematic, disciplined, quantifiable approach to the design, development, operation, and maintenance of software, and the study of these approaches; that is, the application of engineering to software.
1
vote
1answer
70 views
Architecture driven by users, or by actions/content?
I have a question about designing MVC app architecture.
Let's say our application has three main categories of views (items of type 1, items of type 2...). And we have three (or more in future) ...
-4
votes
1answer
151 views
Why is Software Development so far from being an engineering discipline? [closed]
I'm a strong advocate for Software Engineering, but even I must admit that we do not have many of the same tools, priniciples, and laws as other engineering disciplines. Why is this? And, what ...
0
votes
1answer
44 views
Do we do white box testing on methods or on an overall program? [duplicate]
I am very confused about white box testing.
A simplified version of the example: the entire system consists of three methods - methodA(), methodB(), methodC().
The program starts from methodA(), and ...
0
votes
1answer
219 views
Programmer Timeliness vs Effort [closed]
The engineering team I am on has a very laid back approach to work hours. People come in at 6am and at 11am, and work until things are done when necessary.
Engineers will routinely work very late, on ...
3
votes
2answers
185 views
Is it a good idea to develop website that only has little access to DB? CRUD will be done by calling API provided by separate internal backend system
I'm going to start developing an application in near future. This application consists of :
Back-end system. This system provides API to be used by client. This
system connects to data store and ...
2
votes
1answer
656 views
Can someone explain the V Model process? Why is it different than the Waterfall model?
It seems the V Model is just the Waterfall Model with the bottom half of the Waterfall bent upwards to form a V. I don't see how it adds anything new.
From the diagrams, I also don't understand the ...
-5
votes
2answers
112 views
Calculate transfer time while accounting for loss of conductivity and speed over circuits [closed]
So based on my limited understand of how computers work I derived the following question.
As you transfer things over circuits the circuits heat up.
As they heat up they lose conductivity and ...
2
votes
2answers
85 views
Where should UI errors be generated and printed from? Log errors?
Function A() calls B() calls C(), which encounters an error. Which function writes to the log and which function reports to the user?
My first inclination is that all functions should write to the ...
1
vote
3answers
381 views
How can I apply Readme Driven Development to an ongoing project?
I'm assigned to a project where the goal is to update an existing software. This software was developed in a totally ad hoc manner, which means that any documentation generated is outdated, confused ...
1
vote
1answer
435 views
Why software engineering = programming? [duplicate]
I live in South America, and here the translation for "Software Engineering" is a knowledge for the SWEBOK (Software Engineering Body of Knowledge) subjects, such as: Requirements, Development ...
1
vote
2answers
181 views
Exploratory Development vs Incremental Development
In Software Engineering Methodologies... The Evolutionary Development contains Exploratory & Prototyping...
Is Exploratory Development same as Incremental Development... What do you mean by ...
8
votes
5answers
732 views
Extreme Programming practices make an application more error prone? [closed]
I am conducting academic research on the topic of Extreme Programming and whether its practices lead to creating space for more errors and bugs in applications.
From the experiences I gathered from ...
5
votes
2answers
4k views
What is a Developer in Test?
I was recently talking with a recruiter who wants to put me at a company for a position of Developer in Test. He essentially made it sound like a position where you get to fiddle with new programming ...
3
votes
3answers
825 views
Web developer to software engineer [closed]
I'm currently a web developer building web apps in PHP and Javascript. I really enjoy the programming aspect more so than the front end design side of things. I would to like to start to focus my ...
35
votes
8answers
3k views
Is memory management in programming becoming an irrelevant concern?
Background
I revisited an old (but great) site I had not been to for ages - the Alioth Language Shootout (http://benchmarksgame.alioth.debian.org/).
I started out programming in C/C++ several years ...
-2
votes
2answers
1k views
Programming vs Engineering [closed]
I am in high school at the moment and soon reaching stages where I would have to make choices. To introduce, I love programming. I had started learning programming a year ago and have some experience ...
8
votes
1answer
310 views
Are there any empirical studies about the effects of commenting source code on software quality, maintainability and developer productivity? [closed]
I am an advocate of commenting on source code and documenting software products. It is my personal experience and observation that working on source code that is rigorously commented has helped me in ...
1
vote
1answer
89 views
what is the name of the model for the describing strategy between R&D and Professional Services
Is there a model that describes the different strategies that a company may use where the organisation is split into an engineering division and a professional services division?
This is the sort of ...
0
votes
2answers
152 views
requirements for software quality for internally developed / shared software?
In environments where software is built internally by one team and then that software is used by other internal teams, how does one decide what the required quality should be for the produced ...
0
votes
2answers
158 views
Exactly quote for this sentence meaning [closed]
I'm sorry if this question is not suitable on this site, because I don't know which others site in stackexchange suitable for this question.
I'm preparing a slide show about software engineering, I ...
1
vote
2answers
595 views
Problem Understanding the IEEE definition of Software Engineering
Background
Software engineering is the application of a systematic, disciplined, quantifiable approach to the design, development, operation, and maintenance of software, and the study of these ...
0
votes
1answer
385 views
Is there a correlation between the type of a company/industry and the software engineering rigor?
I would like the answer to explain what impact, if any, does the type of company/industry have on the rigor, depth and breadth with which software engineering is practiced. The best would be some ...
1
vote
2answers
469 views
Which industries use the most high-quality, measurable, reliable approach to software? [closed]
What sections of the software industry (i.e. healthcare, aerospace, games, etc) are most likely to practice software engineering with the engineering rigor + depth and breadth defined in the SWEBOK?
0
votes
1answer
156 views
Develop web site from existing software or cherry pick and use a web framework? [closed]
A small team and I are tasked with developing a web site. The client has referenced a particular open source project (we'll call it X) when describing some of the features. Because of this, the team ...
5
votes
2answers
311 views
How to manage and estimate unstructured requirements received from customers
A lot of the times during the bidding phase of a project I receive a software system's requirements from our potential customers in a very unstructured format from various sources [email, word ...
8
votes
6answers
783 views
How do tight timelines and scheduling pressure affect TCO and delivery time?
A friend's father, who is a software engineering manager, said, emphatically, "The number one cause of scheduling overruns is scheduling pressure."
Where does the research stand? Is a moderate amount ...
1
vote
4answers
317 views
Do you know software tools for software engineering to define and implement software development process? [closed]
I'm looking for software tools that help you to define and apply an effective software development process.
I mean, tool cases to help you in software engineering to define your requirements for your ...
11
votes
4answers
824 views
How best to keep bumbling, non-technical managers at bay and still deliver good work? [closed]
This question may be considered subjective (I got a warning) and be closed, but I will risk it, as I need some good advice/experience on this.
I read the following at the 'About' page of Fog Creek ...
9
votes
7answers
819 views
Empirical evidence for choice of programming paradigm to address a problem
The C2 wiki has a discussion of Empirical Evidence for Object-Oriented Programming that basically concludes there is none beyond appeal to authority. This was last edited in 2008. Discussion here ...
8
votes
3answers
421 views
How to gain personal practice at heavyweight development methodologies?
I'm in a new job where the project needs to meet strict quality standards, be heavily documented, managed in great detail, UML diagrams, and all those things that are opposite of "cowboy coding" where ...
3
votes
3answers
498 views
A software design pattern to model runtime-dependent behavior
In a interview I was asked,
Suppose we are going to create a software that runs on both desktop machines and smartphones. Name a software design pattern that could be used to enable the application ...
9
votes
12answers
2k views
How would you explain that software engineering is more specialized than other engineering fields? [closed]
I work with someone who insists that any good software engineer can develop in any software technology, and experience in a particular technology doesn't matter to building good software. His analogy ...
10
votes
7answers
1k views
Do software developers know what engineers actually do? [closed]
Software development is often contrasted with the traditional branches of engineering, most commonly civil or mechanical engineering. For example:
"Software development isn't like engineering, it's ...