Is the open source culture hurting new developers?
1–7 of 7 posts
Re: Is the open source culture hurting new developers?
#2So, no. :-)
Re: Is the open source culture hurting new developers?
#3Re: Is the open source culture hurting new developers?
#4open source isn't about using third party code. It's about the ability to read and learn from third party code. So, no. :-)
Why I didn't mention StackOverflow, for instance?
Re: Is the open source culture hurting new developers?
#5How is "here, install this module" different from "here, copy and paste this code"? (And where exactly does licensing come into that?)
Most of people learning just "install this module" without actually caring about what's inside or any implementation details.
Licencing is a whole other beast worth of another post.
Re: Is the open source culture hurting new developers?
#6How is "here, install this module" different from "here, copy and paste this code"? (And where exactly does licensing come into that?)
That's the point. With "here, copy and paste this code" at least you (can) read what you're pasting into your project. Most of people learning just "install this module" without actually caring about what's inside or any implementation details. Licencing is a whole other beast worth of another post.