How do people handle working with Code Names for their projects?
Posted
by Mark
on Stack Overflow
See other posts from Stack Overflow
or by Mark
Published on 2010-04-09T05:39:56Z
Indexed on
2010/04/09
5:43 UTC
Read the original article
Hit count: 303
Hi All,
Recently we started using some code names for several different types of prototype applications all following a theme. This made things a little more fun and was a great idea.
The problem is that Im not too sure how people deal with migrating a codebase from "codename" state into version 1.0 state which may have a proper name... not something that a client really shouldnt see :)
We are using Visual Studio at the moment, and I can see that you can change the assembly name, but there are references to the namespaces, etc... that would really be a large change to make.
Do people both changing things like namespaces before the v1.0 release?
© Stack Overflow or respective owner