Semantic versioning when fixing an important bug
I currently manage a library which has a lot of public usage, and I had a question about semantic versioning. I want to refactor one fairly important part of the library which is implemented incorrectly – and has always been implemented incorrectly. But doing this would mean changes to the public API, which is a major decision.
Semantic versioning when fixing an important bug
I currently manage a library which has a lot of public usage, and I had a question about semantic versioning. I want to refactor one fairly important part of the library which is implemented incorrectly – and has always been implemented incorrectly. But doing this would mean changes to the public API, which is a major decision.
Environment-aware Code
There are situations where the deployed environment (development, test, or production, for example) might dictate the outcome of certain actions.
Environment-aware Code
There are situations where the deployed environment (development, test, or production, for example) might dictate the outcome of certain actions.
Manage ClickOnce releases for different parties
I’m struggling with release management of a piece of software. First some general information:
Manage ClickOnce releases for different parties
I’m struggling with release management of a piece of software. First some general information:
Manage ClickOnce releases for different parties
I’m struggling with release management of a piece of software. First some general information:
How to manage version control company wide? [duplicate]
Google manages to keep the source code of all its projects, over 2000, in a single code trunk containing hundreds of millions of code lines, with more than 5,000 developers accessing the same repository.
How to manage version control company wide? [duplicate]
Google manages to keep the source code of all its projects, over 2000, in a single code trunk containing hundreds of millions of code lines, with more than 5,000 developers accessing the same repository.
Where do the responsibilities of build tools end and those of CI tools start? [duplicate]
This question already has an answer here: Responsibilities of Build Script and Build Server (1 answer) Closed 9 years ago. In the delivery of software, and within the sense of the deployment pipeline, where do the responsibilities of build tools, like Maven, end, and the responsibilities of CI start? As a rough example of a […]