Tagged Questions

1
vote
3answers
16 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 …
1
vote
1answer
21 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
58 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 …
2
votes
4answers
51 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 …
2
votes
8answers
242 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
7answers
165 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 s …
1
vote
4answers
48 views

project and develop a framework / class library

hi there, me and another guys would like to develop a framework. Our mission is to create something abstract and general enough to let us develop smartly a set of different web ap …
10
votes
14answers
343 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 …
1
vote
10answers
246 views

Well-established scientific truths about software engineering [closed]

Exact Duplicate: Laws of Computer Science and Programming Are you aware of any well-established scientific truths about software engineering?
5
votes
10answers
162 views

How to avoid “bad” requirements

I frequently hear "X% of software project fail due to bad requirements". The X in that statement has ranged from about 70 to 95. However, I seldom hear how requirements go bad. …
2
votes
4answers
159 views

Best way to manage projects

What is a best way to organize many software development projects, interaction with clients, project documentation, sources, emails, knowledge, time tracking, issue and features tr …
16
votes
10answers
530 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 times …
2
votes
7answers
108 views

Always using custom data types

I'm wondering whether it's insane to (almost) always use custom data types in C# rather than relying on built in types such as System.Int32 and System.String. For instance, to rep …
11
votes
21answers
558 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 exper …
0
votes
5answers
111 views

Amazon architecture

Hi. I'm doing a report with the theme "Amazon Architecture". I need to explain how Amazon works internally. For instance, they uses an ESB to communicate with all suppliers. How …

1 2 3 4 5 24 next
15 30 50 per page