0
votes
1answer
22 views
Modifying Qt core components/widgets, best practices?
Hello everyone,
I'm trying to enhance Qt's QPrintPreviewWidget by allowing it to display page numbers (in the footer somewhere). Unfortunately, I can't quite figure out how to go …
42
votes
48answers
2k 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 …
1
vote
3answers
120 views
Is there a maximum effective team size for Rational Unified Process?
I'm aware that the Rational Unified Process (RUP) scales depending on the team and project. I'm also aware of the general outlines provided in The Mythical Man-Month by Fred Brooks …
4
votes
6answers
123 views
Software Development Methodologies Studies
Hello everybody,
I spent a couple of hours to find any up-to-date figures regarding the share of software development methodologies such as Waterfall, RUP or Scrum but could not f …
5
votes
20answers
2k views
Recommended Books for Software Engineering
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:
req …
1
vote
7answers
110 views
Good books on Software Engineering for web apps?
Hi, could you guys recommend good Software Engineering books for web apps?
[Edit]
Thank you for the replies! I forgot to mention that I'm aiming to develop in PHP. Keep those sugg …
0
votes
4answers
57 views
Tools for software architecture and design
I want to know if there exist different tools to develop software architecture and software design.. If so how do they differ and can you please mention few tools for software desi …
1
vote
7answers
126 views
Best Practices for improving Software Quality
We are looking for methods to improve our internal processes when developing software.
We have already adopted TDD contiguous integration and Agile. Any obscure features of visual …
8
votes
16answers
443 views
From a Management POV: How much is a code review worth?
It's obvious to me that code reviews (peer reviews) improve the quality of the generated code.
I've worked hand to hand in some code with some of my coworkers and, specially with …
5
votes
4answers
85 views
Constants in MATLAB
I've come into ownership of a bunch of Matlab code and have noticed a bunch of "magic numbers" scattered about the code. Typically, I like to make those constants in languages lik …
2
votes
9answers
261 views
Are programming languages of today more productive than those from decades ago?
Variations of this question have been asked before and sometimes it's even taken for granted, so let me be very clear exactly what I'm looking for. A lot has happened to has made …
1
vote
2answers
23 views
Link to Studies that Show Defects are Cheaper to Fix During Requirements and Design
I've seen lots of references to such studies, but can't find any links right now.
2
votes
3answers
92 views
Savings realized by adopting Agile (Scrum and XP) over Waterfall
I was wondering if someone can share their exeprience or point to a study on cost savings realized by adopting Agile (using Srum and XP), over traditional Waterfall.
1
vote
2answers
37 views
Running multiple sites from the same rails codebase?
I have a client that wants to take their Rails app that has been successful in one niche, and apply it to another similar niche. This new instance of the app is going to start out …
0
votes
4answers
62 views
Object decomposition depth in Java
I'm wondering about the following issue: How deep should one go when designing an application in decomposing the working entities into objects?
What I mean could be described bett …
