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
-
um... hot-reloading on anything but a dev-server is pretty dumb.
and if you deploy to prod _that_ often that the application start time matters in any significant way, then your whole infrastructure is screwed up in soooo many ways -
retoor19681dTrain yourself to deliver more code instead of ctrl+f5 every few lines. I keep on coding until finished and thus keep focussed and then test. Not much reload required.
-
@tosensei dev server is the main environment I work in. I don't want to have to keep redeploying to my dev server for a single change in the code. Great time loss.
Related Rants
-
Dacexi24When there are only 2 pages on Google you know you're in serious shit.
-
practiseSafeHex20Fixing a parents iPhone, episode 1. Problem: "Whatsapp is gone off my phone" Debugging: Me: *unlocks phone...
-
nachocode6When you talk to other devs about what their code did. I also relate myself to this.
A typical situation in some badly-configured projects...:
1) Having to restart an entire webserver every time you make any change to the code. Hot reload? Unheard of. lol. Then there's also no time to research things because it's push push push.
2) Other ugliness: frameworks so proprietary and locked that you can't hook into anything, so you have to debug using println() everywhere.
I don't suffer from 2) but sadly still from 1).
We live in a world where things are better than this. Come on.
rant
deployment
debugging
inefficiency