AzureStorageExplorer icon indicating copy to clipboard operation
AzureStorageExplorer copied to clipboard

Project cleanup

Open craxal opened this issue 1 month ago • 0 comments

Motivation

Reduce cost of maintaining lots of separate packages. Improve agility of build pipelines.

Problem

Keeping dependencies up to date is more costly as the number of separate packages goes up, because each separate package must maintain their own set of dependencies. When a dependency needs to be updated, more packages means more updates and more builds.

Each package is built as a separate stage of the same build pipeline. Generating and loading all of these stages takes a while. This can be mitigated by reducing the number of separate packages we need to build.

craxal avatar Dec 06 '25 00:12 craxal