Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
But why?
Making an automatic workflow is a two hour time investment?
On something like that, back when I couldn't just decide on my own, I usually invest the time after hours, tell my lead I have something that I think they will like, but if they take it they have to give me that time back in off-time and just go home earlier next Friday.
Having it already done means no long debates on technology and for juniors, it means you understand actually what you're asking for. Sometimes tasks like this are bigger than they look. -
Jeze. I haven't seen people use WinMerge for deployments since 2012!
Automate that shit man! You really want clear scripts and clear logs that show what's happening. It's 2025. Not having automated CI-deployment as a priority is a massive pile of tech debt. -
TerriToniAX249822hYou're both right. Tech changes slowly in our sector and we're stuck with an ancient architecture, with crappy old languages, and haven't even had any sort of versioning up until recently. It has crossed my mind to write a script for deployment, but that won't be necessary as we're finally working on introducing proper devops with versioning and all the sorts. We're almost there, so I have to put up with manual deployment for just another while.
Related Rants
At my work we still deploy web files the old-fashioned way, copying newer versions over from dev to test and test to prod. For comparing and copying changed files we use WinMerge. Although our workflow sucks, WinMerge itself is actually a nifty little tool for comparing any sort of text files. But today it pissed me off in a way it never has before. I copied a diff from left to right and then meant to save it with Ctrl + S, but accidentally pressed Ctrl + D. Guess what happened? To my horror, both sides went completely blank! It looked as if the file contents had been deleted, and undo had no effect. To my relief, the files were intact when opening them in VS Code. Thinking this was a glitch in WinMerge, I restarted it but still, all files were blank. No contents displayed! Then I thought, perhaps pressing Ctrl + D again would bring the file contents back into view. And it did! So the bottom line is: Pressing Ctrl + D makes the compared files appear as empty. Now, who would want that to happen? What a nice feature, you've got here WinMerge! (I'm being sarcastic in case you missed that)
rant
diff
winmerge
deployment