3
votes
7answers
263 views
Misusing the term “Code Freeze”
I'm just curious if the community considers it acceptable to use the term "Code Freeze" for situations where we stop development except for testing and fixing bugs.
Development Situation
We're just …
0
votes
3answers
64 views
TCP Freezing with VB .Net
Hello,
I made a game in VB .Net that uses tcp and sends messages back and forth.
What is happening is, every so often, the message cannot be sent quickly enough, so then the TCPObj.connect() method …
3
votes
7answers
286 views
Code Freeze when you aren’t going to be finished.
Hi Guys,
I am working on a project that has been running for a long period of time and we're coming up on a final release of the product.
Current testing efforts have discovered there are about …
0
votes
7answers
476 views
Implementing a Code Freeze with Subversion
Say I'm working on a project and I know that I've completed a specific class and that it should not be edited again, ever. How can I lock this class so no more commits on it can happen? I've tried …
3
votes
5answers
320 views
Are code freezes still relevant when using a continuous integration build setup?
I've used a Continuous Integration server in the past with great success, and hadn't had the need to ever perform a code freeze on the source control system.
However, lately it seems that everywhere …
