|
|
|
|
|
by d3k
1531 days ago
|
|
It seems nice. When programming envs tend too complicated though, I tend to switch to docker: a given image will handle a given version and it's mostly hassle free. That probably would not make sense on macOS or Windows, if you want to run native versions. |
|
I've even tried doing that with all the devtools we have. Like normally a developer here has to install gcloud, terraform, kubectl, apt-get lots of stuff, and then 3-4 internal tools. Then configure all of it, and of course some stuff will just not work on someone's computer. But creating a docker image including all that means that I can grab a new computer and be up and running in minutes.