Why Computing Students Should Contribute to Open Source Software Projects
1–10 of 179 posts
Re: Why Computing Students Should Contribute to Open Source Software Projects
#2>The most common problems faced by the students over their assignment are the inability to build the project
sounds like somebody tried to build llvm
Re: Why Computing Students Should Contribute to Open Source Software Projects
#3Re: Why Computing Students Should Contribute to Open Source Software Projects
#4I could see this as maybe something for a small software engineering course to do. maybe. I think in those cases it might even be better to split the class into teams and have them develop a product idea, elect people to various roles, and execute the plan as a semester long project. Midterms, quizzes, etc become sprint reviews and plannings. It would be great if you could get some of the b-school kids to roll over for a combined class where they takeover PMing.
Admittedly I am cynical. But the way I got into programming was many, many years before I started my CS degree. I just built cool things I needed. I got into reverse engineering because being a lazy high schooler I wanted to build trainers for video games so I could get a high level without actually working on it. Call it pathetic - sure. But playing video games is so boring. It's much more fun to get them to play for you :).
What ever happened to just being interested? I hesitate to suggest this but could it because a lot of people are getting into computer science strictly for the job? So that they reach the terminal points in the program and are completely without direction?
I dunno, just rambling I guess. This just strikes me as so odd.
Re: Why Computing Students Should Contribute to Open Source Software Projects
#5I think it is very reasonable idea, but time's gonna show how it'll affect maintainers when majority of schools start doing it >The most common problems faced by the students over their assignment are the inability to build the project sounds like somebody tried to build llvm
Re: Why Computing Students Should Contribute to Open Source Software Projects
#6I think it is very reasonable idea, but time's gonna show how it'll affect maintainers when majority of schools start doing it >The most common problems faced by the students over their assignment are the inability to build the project sounds like somebody tried to build llvm
Re: Why Computing Students Should Contribute to Open Source Software Projects
#7https://xenaproject.wordpress.com/2018/10/07/what-is-the-xen...
Re: Why Computing Students Should Contribute to Open Source Software Projects
#8Universities are not vocational education facilities though. Time a student has in university is better spent on getting deeper understanding of things that are hard to pick up in the workplace, and that give you a better picture of the industry in the long run
Conversely, Jira-fu, unit testing, peer reviewing etc. is something a junior engineer learns in their first year at work. And burdening open source maintainers with training students in these issues is hardly a good idea. In my (probably unpopular) opinion, it's better to start contributing to open source projects after having some experience with real projects at work, not the other way round. Just because at work one has a supervisor and optionally a buddy/mentor, which open source projects have no opportunity to provide.