0
votes
1answer
25 views
Relationships between complexity theory and software engineering?
I'm interested to know if there is any literature out there on the relationship of complexity theory (emergence, complex systems, evolution) and software development processes. I read somewhere that …
2
votes
7answers
129 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 studio or TFS?
All …
8
votes
16answers
447 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 some of them, code …
0
votes
1answer
30 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 about it without …
1
vote
7answers
112 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 suggestions coming and …
0
votes
4answers
61 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 design and software …
5
votes
4answers
87 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 like C, Ruby, PHP, etc. …
1
vote
2answers
70 views
+250
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 very similar: all the …
2
votes
9answers
262 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 programming easier, …
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 better by the following …
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.
10
votes
14answers
363 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 …
1
vote
7answers
172 views
Is nesting namespaces an overkill?
I'm writing a C++ program that has a large number of classes. In my head I can visualise them as distinct collections. For example there's a collection of classes for reading and storing config data, …
16
votes
10answers
555 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 …
2
votes
4answers
58 views
Using Sonatype nexus in local network
I've successfully created a small software engineering environment (SEE) for Java applications that is - amongst other tools - based on maven and nexus. My actual problem is - not a real surprise - …
