Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道这里有什么最佳做法?Elixir 版本是mix.exs无论如何定义的,不同的开发人员可能想要使用不同的 OTP 版本(与 Elixir 版本兼容)或不同的小 Elixir 版本。
mix.exs
另一方面,如果每个人都使用完全相同的版本,它可以简化事情并且可能使错误跟踪更容易。