

1·
22 hours agoYou haven’t used windows in like 30 years? It’s quite different now lol
You haven’t used windows in like 30 years? It’s quite different now lol
Most common development platform in the world
I try to write things to be cross-platform; with node builds, I avoid anything using shell scripting so that we can support Windows builds as well. As such, I usually write the deployment scripts in Node itself, but sometimes python if it’s supported by our particular CI/CD pipeline
deleted by creator
I am of the opinion that production software shouldn’t be written in shell languages. If it’s something which needs to be redistributed, I would write it in python or something
Unironically love powershell
It’s the principle of letting uneducated people dictate what words are acceptable to us
Main branches will be renamed Master
Yeah but then you either need to compile and redistribute binaries for several platforms, or make sure that each target user has rust/cargo installed. Plus some devs don’t trust compiled binaries in something like an npm package