Tagged Questions

14
votes
19answers
439 views

What are some things that you do to make sure a project is ready to be released?

I was wondering what final steps developers take before they release their new project.
12
votes
7answers
291 views

Is there anything exciting in perl 5.11?

Perl 5.11 is now released! Is there anything really exciting in this release, or is it mostly maintenance patches? (From what I've read so far, it appears to be a rollup of improvements we have …
11
votes
6answers
283 views

How to release web applications?

I don't really know how to perform deployment from offline development to live webserver correctly in web development. I mostly resort on intuition, but this is more or less what I did until now: I …
11
votes
5answers
344 views

How do you handle the tension between refactoring and the need for merging?

Hi, Our policy when delivering a new version is to create a branch in our VCS and handle it to our QA team. When the latter gives the green light, we tag and release our product. The branch is kept …
11
votes
15answers
1k 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 …
10
votes
18answers
1k views

Separate ‘debug’ and ‘release’ builds?

I think it's better to release the version of the software which your developers actually tested; I therefore tend to delete the 'debug' target from the project/makefile, so that there's only one …
9
votes
3answers
430 views

How to idenfiy if the DLL is Debug or Release build (in .NET)

I'm sure this has been asked before, but google and SO search failed me. How can I identify if a DLL is a release build or debug build?
9
votes
16answers
548 views

How often should you release software updates?

Moments ago Jeff Atwood said the following on twitter: Look, I love rapid new software releases, but the frequency of WordPress releases is just ridiculous. Which makes me think, how often …
7
votes
6answers
573 views

Visual Studio - How to remove a reference in Release mode

Hi, I'm developing a library for use in other apps and this library has lots of debugging and logging statements thanks to NLog. Is it possible to exclude the reference to NLog.dll when I switch to …
7
votes
5answers
1k views

How to tell if .net app was compiled in DEBUG or RELEASE mode?

I have an application installed on my computer and I need to find out if it was compiled in DEBUG mode or not? I've tried to use Reflector, but it does not show anything specific. Here is what I see: …
7
votes
15answers
467 views

Which is better: shipping a buggy feature or not shipping the feature at all?

Hi there, this is a bit of a philosophical question. I am adding a small feature to my software which I assume will be used by most users but only maybe 10% of the times they use the software. In …
6
votes
6answers
151 views

How to prove my stakeholder and manager my software works?

What do software engineers encounter after another stressfull release? Well, the first thing we encounter in our group are the bugs we have released out in the open. The biggest problem that we as …
6
votes
7answers
821 views

Maven Release Plugin war stories

Hello, I have been given the task of exploring the maven-release-plugin before we try using it on our project. As of now, the releases are done manually on request. This process involves (skip this …
6
votes
8answers
266 views

Exploring new version control systems. My biggest need: Reliable merging

I am a release engineer for a team of 35 programmers. We are working on PHP, Java, C# and SQL. We currently use Subversion, which has worked okay for about a year. We are going through a phase where …
6
votes
5answers
551 views

Build management/ Continous Integration best practices

How does your team handle Builds? We use Cruise Control, but (due to lack of knowledge) we are facing some problems - http://stackoverflow.com/questions/419133/code-freeze-in-svn Specifically, how do …

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