Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

66
votes
5answers
30k views

iOS 5 Best Practice (Release/retain?)

As a beginning iPhone programmer, what is the best practice for writing apps to be used either with iOS 5 or older versions? Specifically, should I continue using the release/retain of data, or should ...
55
votes
3answers
4k views

What git branching models actually work?

In our company we have successfully deployed git and we are currently using a simple trunk/release/hotfixes branching model. However, this has it's problems, I have some key issues of confusion in the ...
41
votes
9answers
7k views

C# debug vs release performance

I've encountered in the following paragraph: “Debug vs Release setting in the IDE when you compile your code in Visual Studio makes almost no difference to performance… the generated code is almost ...
31
votes
1answer
10k views

Running a release build with xcode 4

I see how Xcode 4 splits the info on your targets nicely in one view, but how does one build and run these different builds. All I see are the options to build and to run, and these options to build ...
27
votes
3answers
11k views

How to switch between debug and release in Visual C# Express 2010?

How do I switch between debug and release in Visual C# Express 2010? I have looked in the project properties, but it seems to be missing. What am I missing?
25
votes
5answers
5k 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?
24
votes
18answers
3k 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 ...
23
votes
9answers
6k views

Maven Release Plugin war stories

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 part if ...
21
votes
2answers
442 views

Is there a recommended strategy for releasing a beta version of an application to a limited number of users through the Android Market?

I would like to distribute a beta version of my application to a small group of users. Ideally this would be done through the market to make it easier for the beta testers. Is there a way to ...
18
votes
5answers
7k views

C# if/then directives for debug vs release

In Solution properties, I have Configuration set to "release" for my one and only project. At the beginning of the main routine, I have this code, and it is showing "Mode=Debug". I also have these ...
17
votes
21answers
592 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.
16
votes
2answers
5k views

Objective-C Difference between setting nil and releasing

I've learned that in dealloc you do [object release]; but in viewDidUnload (in a UIViewController subclass) you do self.object = nil. What is really the difference because self.object = nil (we're ...
16
votes
3answers
4k views

Programatically detecting Release/Debug mode (.Net) [closed]

Possible Duplicate: How to find out if a .Net Assembly was compiled with the TRACE or DEBUG flag Possible Duplicate: How to idenfiy if the DLL is Debug or Release build (in .NET) ...
16
votes
6answers
604 views

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

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 to ...
15
votes
4answers
9k views

Objective C : Release, Dealloc, and the Self reference

So I thought I had all these questions all figured out. Then all of a sudden i get an error (a crash) i can't figure out. THen after doing research to remedy the crash, i notice everything that I ...
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
6k views

Binary Java 7 for Mac

Is there any binary release of Java 7 (using the Mac/BSD-port project) anywhere? Some blogs (e.g. Building Java 7 on Mac OS X) have a detailed instructions to build the jdk from source, but I was ...
14
votes
7answers
525 views

Is there anything exciting in perl 5.11 (to become perl 5.12)?

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 ...
13
votes
16answers
1k 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 ...
12
votes
2answers
392 views

C# Debug vs Release

How much performance gain (if any) can a windows service gain between a debug build and release build and why?
12
votes
11answers
3k views

Why have separate Debug and Release folders in Visual Studio?

By default, of course, Visual Studio creates separate bin folders for Debug and Release builds. We are having some minor issues dealing with those from the perspective of external dependencies, where ...
12
votes
3answers
4k views

git releases management

I couldn't find anything what is the "right" approach to manage the releases using git. Say, I have master, release-1, release-2 and release-3 branches. Release 1 is already released and I do only ...
12
votes
3answers
9k views

define ant property from environment with default value

I would like my build script to act properly for release and development environments. For this I would like to define a property in ant, call it (e.g.) fileTargetName fileTargetName will get it's ...
12
votes
4answers
5k views

How to tell if a .NET application was compiled in DEBUG or RELEASE mode?

I have an application installed on my computer. How do I find out if it was compiled in DEBUG mode or not? I've tried to use .NET Reflector, but it does not show anything specific. Here is what I ...
12
votes
15answers
637 views

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

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 other words, ...
11
votes
6answers
452 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
3answers
21k views

Objective C release, autorelease, and data types

I'm new to memory managed code but I get the idea pretty well. On taking my app through the leaks tool in XCode, I noticed I only had to clean up my custom objects, but not dynamically created arrays ...
11
votes
5answers
2k views

Visual Studio - How to remove a reference in Release mode

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 ...
10
votes
2answers
679 views

Objective-C: Why retain a static variable?

Isn't it unnecessary to retain a static variable since it stays around for the duration of the program, no matter if you release it? See this code: ...
10
votes
1answer
5k views

How Do I Create A Certificate For My Android Market APK?

I want to upload my first APK/app to the Android Market, but I got this error (which did not lead me to the correct link when searched for in stackoverflow, by the way). Market does not accept apks ...
10
votes
6answers
166 views

I am releasing a PHP application for a friend to use, should I copyright it?

I made a somewhat large PHP application to handle automated queries for any site (plugged into their existing site structure), it was more of a "challenge" with a reward in the end open to anyone. I ...
10
votes
7answers
474 views

Release Process Improvements

The process of creating a new build and releasing it to production is a critical step in the SDLC but it is often left as an afterthought and varies greatly from one company to the next. I'm hoping ...
10
votes
4answers
4k views

Android Release Version and “Waiting for Debugger”

I know this has been asked before but I still don't have a solution. My first app: developed and debugged on my moto droid and then followed all the release steps, (exported from Eclipse, using my key ...
9
votes
3answers
1k views

Rejecting an app that is Pending Developer Release

I have an update to my app that has been reviewed and is pending developer release. I have found a bug in this version and would actually like to reject this binary and keep my existing binary. Once ...
9
votes
6answers
9k views

Can I include dll in exe (in Visual Studio)?

To run my App I need AxInterop.WMPLib.dll and Interop.WMPLib.dll that are located in Debug and Release folder. Is there any way to include those dlls into exe so my app is available in one file only?
9
votes
5answers
2k views

how to release a project which depends on a 3rd party SNAPSHOT project in maven

i would like to release a snapshot project 'foo-1.0-SNAPSHOT' using the maven release plugin. The project depends on a 3rd party module 'bar-1.0-SNAPSHOT' which is not released yet. I use the option ...
8
votes
4answers
2k views

What do you think about this code in Objective-C that iterates thorugh retain count and call release every iteration?

I'm still trying to understand this piece of code that I found in a project I'm working on where the guy that created it left the company before I could ask. This is the code: -(void)releaseMySelf{ ...
8
votes
1answer
1k views

Disable LogCat Output COMPLETELY in release Android app?

Shutting off my own app's LogCat output before releasing an app to the market is straightforward. I also know how to selectively filter LogCat message by tag and/or id for my own debug convenience. ...
8
votes
1answer
252 views

Python library release best practices

I've written Python bindings using ctypes for the units library. The bindings themselves are only ~100 lines of Python. The library has an unnecessary (for the purposes of the Python bindings) ...
8
votes
2answers
841 views

UIWebView - When (or how) does CFData get released?

after multiple days of banging my head against the wall and having sleepless nights I'm hoping to find some help here. I've gone through various posts here, but none of the answers seem to provide a ...
8
votes
4answers
1k views

Django: auto minifying css/js files before release

I have following case: I want to use uncompressed js/css files during development (to debug js for example) but on production I want to switch automatically to minified versions of that files. some ...
8
votes
5answers
148 views

Application Release/Upgrade Strategyfor Silverlight Business Application?

I am interesting in hearing if others have addressed release management for Silverlight applications. I have a business application that is to be released shortly andam concerned about how to ...
8
votes
5answers
2k 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 ...
8
votes
6answers
636 views

Release early/release often for commercial software?

Are there anyone with experiences/examples on releasing early/releasing often for commercial software? Does it work? I was thinking of VMware where they have a lot of revisions release between each ...
7
votes
6answers
92 views

What tools exist to help gathering various software elements into complete software release?

Our software product is made of many parts. Let's say it's made of a kernel driver part, a user dll, and a GUI software. During development, we're compiling and using all of them at the latest ...
7
votes
1answer
134 views

iOS Release Check List: What things should you keep in mind when releasing iOS apps?

Over the last two years, my company accumulated a iOS release check list of things we check before every iOS release. We are interested in improving this list and therefore release it here with the ...
7
votes
1answer
6k views

Why can't I release an object anymore?

After I updated to Xcode 4.2, I can no longer release anything. When I start typing "release" it suggest "release" but with a red line across. If I write it anyway it shows an error and displays ...
7
votes
3answers
133 views

What happens if I release an iPhone app update for fewer devices

I have an app released on the app store. For some reasons I would like to release an update that will reduce the number of devices capable of running the app. Let's say I'm going to make the app ...
7
votes
3answers
614 views

Force Maven clean

I have a project with 2 profiles, because UAT and PROD use different versions of the same jar. I have noticed that if i don't explicitly call mvn clean ... the deployed EAR will have BOTH UAT and ...
7
votes
2answers
1k views

Visual Studio - Debug vs Release

I built a windows service, targeted for .NET 2.0 in VS 2008. I run it as a console app to debug it. Console app is working great. I put it on my local computer as a service, compiled in debug mode, ...

1 2 3 4 5 18