Y
Hacker News
new
|
ask
|
show
|
jobs
by
katsura
388 days ago
With PHP you don't even have to deploy, just edit the files on the live server, save, and it is done. :D I'm not endorsing this way of doing things though.
2 comments
davedx
388 days ago
Haha, yes, I used to work with PHP, and we would occasionally use Notepad++ or something like it to live edit files on the servers.
I also don't
endorse
this way of doing things, but there's no faster way to hotfix something.
link
wayvey
388 days ago
Depending on the setup this could be the case for JS as well but of course in reality most JS is compiled these days.
link
mbb70
388 days ago
Speaking from experience you can absolutely ssh into the production webserver and live edit compiled/minified JS.
link
timw4mail
388 days ago
Ewwww...
link
I also don't endorse this way of doing things, but there's no faster way to hotfix something.