Tagged Questions
Software Engineering is the discipline that takes care of the development process of software from the beginning to the end and any further change. It's one of the most important parts of systems development.
179
votes
40answers
9k views
A function that returns only true
During a code review I performed today for my colleague, I noticed a function that was defined as returning a boolean value, but in practice it returned only true. In a case of failure, this function ...
89
votes
11answers
9k views
Is there a software-engineering methodology for functional programming?
Software Engineering as it is taught today is entirely focused on object-oriented programming and the 'natural' object-oriented view of the world. There is a detailed methodology that describes how to ...
67
votes
52answers
4k views
Why is software quality so problematic?
Even when viewing the subject in the most objective way possible, it is clear that software, as a product, generally suffers from low quality.
Take for example a house built from scratch. Usually, ...
56
votes
12answers
2k views
Is it worth creating a method if it is going to be called just from a single location?
A discussion I had today at work with one co worker.
Is it worth creating a separate method, if it is going to be called just from a single location?. True, may be in the future you will have to call ...
53
votes
29answers
24k views
What's the difference between programmer and software engineer? [closed]
As I was looking through some job offerings I saw that many of them require a software engineer, some a programmer and some a developer.
Is there any difference between a programmer and a software ...
49
votes
19answers
2k views
Software Engineering Papers
Please recommend me software engineering/methodology/practices paper. So far I have enjoyed:
Dijkstra : Go To Statement Considered Harmful (1968)
Nikalus Wirth : Program Development by Stepwise ...
45
votes
29answers
4k views
Where can I find video lectures on software engineering? [closed]
I am eager to learn about code, product, efficiency, etc.
"Software engineering" course actually, not the course that is related to software.
44
votes
17answers
3k views
What exactly is a “Software Architect”?
I've seen a few posts that briefly touch on the subject but don't address the question directly. So please don't label this as a dup.
Having been independant/freelance for 5 years or so, and having ...
41
votes
38answers
3k views
Am I obligated to fix a software error after I left a company? [closed]
In my last job at a small firm, I was paid in billable hours. I was not a contractor; the firm provided an office, computers, software, books and customers. They also took taxes out of my check. If ...
40
votes
8answers
4k views
“const correctness” in C#
I'm a heavy C++ user who dabbles in C# in his spare time. I'm also one of those const-correctness nazis and so not being able to do this easily in C# grates a little.
The point of const-correctness ...
39
votes
46answers
3k views
Has anyone “learned how to program in 21 days?”
I'm not a fan of these learn how to program in X amount of days books. Some even boast, learn how to program in 24 hours. This is a joke and an insult to me as a software engineer who went through a ...
38
votes
14answers
2k views
Books about the philosophy of software development
The first time I read The Mythical Man Month, I found the book utterly boring, a waste of my time, and thought it was written by some management guru that never wrote a line of code.
A few years ...
35
votes
19answers
4k views
Best language for safety-critical software
If you were going to write some safety-critical software, what language would you prefer and why?
32
votes
27answers
3k views
What kinds of tools do you use for conceptual design of your software?
I've never been happy with anything I've ever found. But not having good UML, or at a minimum some clear class diagrams, makes it difficult to move forward with design on a team. Especially if you're ...
30
votes
10answers
12k views
Software design vs. software architecture
Could someone explain the difference between software design and software architecture? More specifically; if you tell someone to present you the 'design' - what would you expect them to present? Same ...
30
votes
7answers
14k views
Open Source Code Review Tools? (Mondrian)
I've read a bit about Google's Mondrian, and I've seen Atlassian's Crucible demonstrated - I'm convinced that the tools have value. Are there open-source code review tools? It would be used on a ...
29
votes
19answers
1k views
Top 3 Software Engineering Principles
I know what I was taught in my Software Engineering Courses at school, I know what i was taught in my first year of being a software engineer, and years later I now can understand what is important in ...
28
votes
10answers
2k views
How to keep an Engineering Log
I've tried several methods of keeping a log of my day-to-day activity when writing code. None of them really worked all that well. Here's what I'd like to have:
automatic timestamps
tagging (like ...
28
votes
20answers
9k views
Requirements Gathering
How do you go about the requirements gathering phase? Does anyone have a good set of guidelines or tips to follow? What are some good questions to ask the stakeholders?
I am currently working on a ...
27
votes
12answers
2k views
What is Test Driven Development (TDD)?
What is TDD (Test Driven Development)
Please include both benefits and drawbacks, as well as tools for your taste.
26
votes
15answers
503 views
Should methods that are required to be executed in a specific order be private?
I have a Class that retrieves some data and images does some stuff to them and them uploads them to a third party app using web services.
The object needs to perform some specific steps in order.
My ...
25
votes
20answers
2k views
How can I learn to REALLY design software? [closed]
First off, my focus is web development (ASP.net webforms up to now), using C#. But, I am interested in learning design principles that will carry into any technology or language.
I have been ready ...
24
votes
21answers
12k views
Recommended Books for Software Engineering [closed]
What would be a recommended book for Software Engineering?
The book should be covering the various stages involved in software development process, covering topics such as:
requirement gathering
...
23
votes
24answers
1k views
What is your most useful technique for finding (or preventing) bugs?
I'm wondering from your experience, what is the most useful techniques for finding (or preventing) bugs? Or to ask this another way, how do rank these techniques in your own experience?
Continuous ...
23
votes
4answers
3k views
What is the difference between the Data Mapper, Table Data Gateway (Gateway), Data Access Object (DAO) and Repository patterns?
I'm trying to brush up on my design pattern skills, and I'm curious what are the differences between these patterns? All of them seem like they are the same thing - encapsulate the database logic for ...
23
votes
12answers
726 views
Why are there so many sites dedicated to programming and yet there are relatively few that actually describe the systems that they're trying to produce?
There's a lot of sites out there that teach people how to build better software--but why is it that there are very few sites that actually give detailed descriptions of the domains that we (as ...
22
votes
15answers
2k views
20
votes
2answers
698 views
Pros and Cons of Interface constants
PHP interfaces allow the definition of constants in an interface, e.g.
interface FooBar
{
const FOO = 1;
const BAR = 2;
}
echo FooBar::FOO; // 1
Any implementing class will automatically ...
20
votes
13answers
2k views
Is it typical for programmers to negotiate their salary? [closed]
In some industries salary negotiation is almost expected (sales for instance), but I'm not sure how prevalent this is in this IT industry.
Is it typical in the software industry for software ...
18
votes
21answers
1k views
Contemporary software innovations considered to be ahead of their time
What contemporary software innovations, patterns, methodologies or practices are eligible to be considered ahead of their time?
18
votes
10answers
8k views
Basic steps for Agile software development methodology
What are the basic steps for Agile software development?
And how you start a new project with agile methodology?
17
votes
6answers
393 views
Scrum. Dealing with low prioritized stories that will introduce architecture change
today in the university we had a Scrum practicing exercise (simulating the whole process of creating a software solution) and I came up with an issue that couldn't quite understand.
Let's say we've ...
17
votes
13answers
4k views
What is the difference between design and architecture?
What is the difference between design and architecture?
17
votes
16answers
900 views
Comb Technology
This question is about the rare case of software that is neither in active development nor moribund.
First, why is it so rare for software to ever be finished? It seems "no longer in active ...
16
votes
2answers
3k views
NSLog the method name with objective-C in iPhone
Currently, we are defining ourselves an extended log mechanism to print out the class name and the source line number of the log.
#define NCLog(s, ...) NSLog(@"<%@:%d> %@", [[NSString ...
16
votes
8answers
399 views
Is a class that is hard to unit test badly designed?
I am now doing unit testing on an application which was written over the year, before I started to do unit-testing diligently. I realized that the classes I wrote are hard to unit test, for the ...
16
votes
14answers
1k views
Java: When to make methods static v. instance
I have a Gene class that keeps track of genes. Gene has a method for calculating the distance between two genes. Are there any reasons to make it static?
Which is better?
public static int ...
16
votes
12answers
6k views
QA vs Development Ratio
I am working as a software developer and I had a quarrel today with our QA team about the following:
How much the QA team members should exceed the number of developers that are working on the same ...
16
votes
21answers
878 views
How do you help upper management understand this is not trivial stuff? [closed]
Everywhere I've ever worked I consistently run into the same problem with management, they have no idea what is going on in the depths of an engineer's mind. Understandably, they're not developers so ...
16
votes
18answers
758 views
How do you approach intermittent bugs?
Scenario
You've got several bug reports all showing the same problem. They're all cryptic with similar tales of how the problem occurred. You follow the steps but it doesn't reliably reproduce the ...
15
votes
4answers
1k views
Strategy pattern vs. Command pattern
Both design patterns encapsulate an algorithm and decouples implementation details from the calling class. The only difference I can discern is that the Strategy pattern takes in parameters for ...
15
votes
18answers
2k views
Agile Myths and Misconceptions
What are the myths or misconceptions related to Agile?
There are lot of misconceptions related to Agile that an average new comer may fall into. What are the misconceptions in the Agile world and how ...
15
votes
19answers
1k views
What's wrong with the analogy between software and building construction?
Many people like to think of building software as constructing a building so we have terms like building blocks and architecture. However, lately I've been to a couple of talks and most people say ...
15
votes
11answers
1k views
Is Software Engineering a mature discipline?
The field has been just (relatively) recently been
recognized in North America and Europe. However, in other
areas it's still not being taught at all. There is also
still a lot of controversy and ...
15
votes
27answers
1k views
Throwing hardware at software problems – Which way do you lean?
There is a strong case out there for companies who are experiencing scaling problems with their current architecture to simply spend $$$ on cutting edge hardware to achieve the performance and scale ...
15
votes
10answers
5k views
Designing extensible software (plugin architecture)
I need some resources that talk about how to design your software to be extensible, i.e. so that other people can write add-ons/plug-ins that adds functionality to it.
What do you recommend? Any ...
15
votes
15answers
3k views
Getting software version numbers right. v1.0.0.1
I distribute software online, and always wonder if there is a proper way to better define version numbers.
Let's assume A.B.C.D in the answers. When do you increase each of the components?
Do you ...
14
votes
6answers
2k views
Good projects to learn OCaml and F#
After learning the basic syntax, reading some non-trivial code is a fast way to learn a language. We can also learn how to design a library/software during reading others' code.
I have following ...
14
votes
11answers
913 views
Software design practice in C
For OOP languages, there are many books describing how to design software, and design patterns are mainly for OOP languages.
I am wondering whether there are any books/good articles teaching how to ...
14
votes
18answers
2k views
Is this a fair question to ask in a Software Engineering Interview, phase 1? [closed]
All,
I was promptly asked, upon showing up for phase 1 of an interview, to implement an http server in any scripting language I chose (Ruby/Python, etc.). I was not so accomplished in these ...