Skip to main content

When I think about the pros and cons of a static library folder and a package manager I feel like the library folder is a better approach.

Pros ofI see with a library folder:

  1. No need for an external tool to manage packages.
  2. No internet connection required to build.
  3. Faster build (no package checking).
  4. Simpler environment (less knowledge required).

Pros ofI see with a package manager:

  1. Helps with complex dependency trees (and that can be managed downloading a dependency together with all its dependencies).
  2. Helps checking if there is a new version available.

Despite that, itIt seems the industry has decided to follow the package manager path for almost everything built today. So, what am I missing?

When I think about the pros and cons of a static library folder and a package manager I feel like the library folder is a better approach.

Pros of a library folder:

  1. No need for an external tool to manage packages.
  2. No internet connection required to build.
  3. Faster build (no package checking).
  4. Simpler environment (less knowledge required).

Pros of package manager:

  1. Helps with complex dependency trees (and that can be managed downloading a dependency together with all its dependencies).
  2. Helps checking if there is a new version available.

Despite that, it seems the industry has decided to follow the package manager path for almost everything built today. So, what am I missing?

When I think about the pros and cons of a static library folder and a package manager I feel like the library folder is a better approach.

Pros I see with a library folder:

  1. No need for an external tool to manage packages.
  2. No internet connection required to build.
  3. Faster build (no package checking).
  4. Simpler environment (less knowledge required).

Pros I see with a package manager:

  1. Helps with complex dependency trees (and that can be managed downloading a dependency together with all its dependencies).
  2. Helps checking if there is a new version available.

It seems the industry has decided to follow the package manager path for almost everything built today. So, what am I missing?

When I think about the pro'spros and con's betweencons of a static liblibrary folder and a package manager I feel like libthe library folder is a better approach.

Pro'sPros of liba library folder:

  1. No need offor an external tool to manage packages.
  2. No internet connection required to build.
  3. Faster build (no package checking).
  4. Simpler environmentsenvironment (less knowledge required).

Pro'sPros of package manager:

  1. Helps with complex dependency trees (and that can be managed downloading a dependency together with all its dependencies).
  2. Helps checking if there is a new version available.

Despite that, it seems the industry has decided to follow the package manager path for almost everything built today. So, what am I missing?

When I think about the pro's and con's between a static lib folder and a package manager I feel like lib folder is a better approach.

Pro's of lib folder:

  1. No need of external tool to manage packages.
  2. No internet connection required to build.
  3. Faster build (no package checking).
  4. Simpler environments (less knowledge required).

Pro's of package manager:

  1. Helps with complex dependency trees (and that can be managed downloading a dependency together with all its dependencies).
  2. Helps checking if there is a new version available.

Despite that, it seems the industry has decided to follow the package manager path for almost everything built today. So, what am I missing?

When I think about the pros and cons of a static library folder and a package manager I feel like the library folder is a better approach.

Pros of a library folder:

  1. No need for an external tool to manage packages.
  2. No internet connection required to build.
  3. Faster build (no package checking).
  4. Simpler environment (less knowledge required).

Pros of package manager:

  1. Helps with complex dependency trees (and that can be managed downloading a dependency together with all its dependencies).
  2. Helps checking if there is a new version available.

Despite that, it seems the industry has decided to follow the package manager path for almost everything built today. So, what am I missing?

Question Protected by gnat
copy-edited
Source Link
Deduplicator
  • 9.3k
  • 5
  • 33
  • 53

Why is it considered a better to useprefer a package manager rather thanover a liblibrary folder?

When I think about the pro's and con's between a static lib folder and a package manager I feel like lib folder is a better approach.

Pro's of lib folder:

  1. No need of external tool to manage packages.
  2. No internet connection required to build.
  3. Faster build (no package checking).
  4. Simpler environments (less knowledge required).

Pro's of package manager:

  1. Helps with complex dependency trees (and that can be managed downloading a dependency together with all its dependencies).
  2. Helps checking if there is a new version available.

Looks likeDespite that, it seems the development industry has decided to follow the package manager path for almost everything built today so I'm pretty sure I'm missing somethings. So, can you help me pointing them outwhat am I missing?

Why is it considered a better to use a package manager rather than a lib folder

When I think about the pro's and con's between a static lib folder and a package manager I feel like lib folder is a better approach.

Pro's of lib folder:

  1. No need of external tool to manage packages.
  2. No internet connection required to build.
  3. Faster build (no package checking).
  4. Simpler environments (less knowledge required).

Pro's of package manager:

  1. Helps with complex dependency trees (and that can be managed downloading a dependency together with all its dependencies).
  2. Helps checking if there is a new version available.

Looks like the development industry has decided to follow the package manager path for almost everything built today so I'm pretty sure I'm missing somethings, can you help me pointing them out?

Why prefer a package manager over a library folder?

When I think about the pro's and con's between a static lib folder and a package manager I feel like lib folder is a better approach.

Pro's of lib folder:

  1. No need of external tool to manage packages.
  2. No internet connection required to build.
  3. Faster build (no package checking).
  4. Simpler environments (less knowledge required).

Pro's of package manager:

  1. Helps with complex dependency trees (and that can be managed downloading a dependency together with all its dependencies).
  2. Helps checking if there is a new version available.

Despite that, it seems the industry has decided to follow the package manager path for almost everything built today. So, what am I missing?

Tweeted twitter.com/StackSoftEng/status/1006540768826351617
Source Link
Loading