J
jankeir
Guest
What progress needs to provide is probably not a patch for PCT, but something like nuget, pip, npm, maven,... As more and more developing is moving towards microservices and containerization instead of monoliths the need for the ability to wire together some pieces like version n of your framework of choice, version x of some library you need and the actual application logic at build time is only going to get bigger. Putting everything in a single folder structure is feasible as long as the number of projects is limited, but if you are dealing with many small projects this becomes problematic.
Continue reading...
Continue reading...