Is there something wrong with how we’re doing version control?
I work with a team of programmers as the business analyst. We just released version 2.0 of our product and are working on the next version to be released in 3 months (it’s an internal software product). Unfortunately version 2.0 has some issues that they have had to fix and we’re going to deploy those fixes in a couple weeks. The problem is that we also don’t want to deploy the changes that are still being worked on and are not slated to be released for another 3 months.
Does “Property” in C# cost much?
I have a class created in some namespace, like SomeNameSpace.SubNameSpace.StaticClassName
Practices for navigating and changing “long” code files?
Many a times I have to deal with code files which are quite long – about 5 screen pages at the minimum. Almost always there is something towards the top/bottom that I need to refer when I’m at the bottom/top (respectively). It’s a mammoth overhead to constantly scroll back-n-forth between the file parts.
Can my company give IP rights away for an application I wrote off hours to another startup? [closed]
Closed 12 years ago.
How much more should I charge for freelance project source code? [closed]
Closed 9 years ago.
Are CK Metrics still considered useful? Is there an open source tool to help?
Chidamber & Kemerer proposed several metrics for object oriented code. Among them, depth of inheritance tree, weighted number of methods, number of member functions, number of children, and coupling between objects. Using a base of code, they tried to correlated these metrics to the defect density and maintenance effort using covariant analysis.
When does ‘optimizing code’ == ‘structuring data’?
A recent article by ycombinator lists a comment with principles of a great programmer.
How to prevent code from leaking outside work? [duplicate]
Possible Duplicate:
How to manage a Closed Source High-Risk Project?
Distinguishing repetitive code with the same implementation
Given this sample code
How to show code samples in an interview? [closed]
Closed 9 years ago.