I spent weeks explaining to junior devs to not do that on production servers. I thought it was obvious, but apparently it isn't...
Yeoman: Modern workflows for modern webapps
11–20 of 77 posts
Re: Yeoman: Modern workflows for modern webapps
#12I see that they mention backbone and ember, but how does Yeoman play with angularJs?
Re: Yeoman: Modern workflows for modern webapps
#13Stop doing `curl get.whatever.com|bash` ! Seriously. I have nothing against your install script, but getting devs use to that is a terrible idea ! I spent weeks explaining to junior devs to not do that on production servers. I thought it was obvious, but apparently it isn't...
Re: Yeoman: Modern workflows for modern webapps
#14Stop doing `curl get.whatever.com|bash` ! Seriously. I have nothing against your install script, but getting devs use to that is a terrible idea ! I spent weeks explaining to junior devs to not do that on production servers. I thought it was obvious, but apparently it isn't...
Excuse the naivety but what's the issue?
Re: Yeoman: Modern workflows for modern webapps
#15Stop doing `curl get.whatever.com|bash` ! Seriously. I have nothing against your install script, but getting devs use to that is a terrible idea ! I spent weeks explaining to junior devs to not do that on production servers. I thought it was obvious, but apparently it isn't...
Excuse the naivety but what's the issue?
Getting people used to that is a bad idea.
Re: Yeoman: Modern workflows for modern webapps
#16Stop doing `curl get.whatever.com|bash` ! Seriously. I have nothing against your install script, but getting devs use to that is a terrible idea ! I spent weeks explaining to junior devs to not do that on production servers. I thought it was obvious, but apparently it isn't...
Excuse the naivety but what's the issue?
Try this to see a proof of concept:
$echo "echo test" | bash
Re: Yeoman: Modern workflows for modern webapps
#17Re: Yeoman: Modern workflows for modern webapps
#18Stop doing `curl get.whatever.com|bash` ! Seriously. I have nothing against your install script, but getting devs use to that is a terrible idea ! I spent weeks explaining to junior devs to not do that on production servers. I thought it was obvious, but apparently it isn't...
Excuse the naivety but what's the issue?
Re: Yeoman: Modern workflows for modern webapps
#19Re: Yeoman: Modern workflows for modern webapps
#20Earlier quoted context omitted.
Excuse the naivety but what's the issue?
You are asking developers to download a shell script from $random_site and run it immediately without any thoughts whatsoever as to what effects it might have. Getting people used to that is a bad idea.