将您的开发工具与公司集成的最佳方式
我有一个开发工具的想法,可以让理解新的代码库变得更容易,简化代码审查,并有可能为运行特定应用程序或微服务设置开发环境。如果我将整个工具托管在我的云上,就会涉及信任、透明度和合规性的问题。如果我以 Docker 镜像的形式提供整个工具,我就无法创建订阅模型。你有什么想法吗?
查看原文
I have an idea for a devtool that will make understanding new codebases easier, makes code review easy, and potentially can set up dev environments for running that specific application or microservice.<p>If I host the entire thing on my cloud, it becomes a trust, transparency and compliance issue. If I give the entire thing like a docker image, my ability to create a subscription model ceases.<p>Any idea?