I think it's really hard to do both in the same time beside a full-time job.
So my questions are:
- From which can you learn more?
- Which one is better for your career?
- Which one is better for the community?
I think it's really hard to do both in the same time beside a full-time job.
So my questions are:
For further actions, you may consider blocking this person and/or reporting abuse
Ben Halpern -
Ben Sinclair -
Ben Halpern -
mahdi -
Top comments (4)
Why not both? Open-sourcing your side project is a great idea.
Maybe my question has not enough details.
My side projects are on my github account so all of them are open source.
I always try to hold the scope tight because usually I learn something new with my side project but in this case I am the only developer of the application.
If I contribute in some open source project than I have to understand others code and a whole system (or a part of it) so I think it's a different experience.
Thanks for your advice :)
+1 for doing both.
Open-Sourcing your side project is a great idea, because:
community aspect: give-and-take is the way to go. There is always someone benefitting from what you built, not only from the tool itself but also by exploring the code you wrote. (For my part, I learn a lot by tearing other people's code apart. 😏 )
career-aspect: when it comes to web and software development it's never just about the code you write, but also about certain soft-skills. So when open-sourcing your side-project, potential employers do not only see how you do the very coding stuff (programming itself, documentation, ...) but also how you collaborate, and interact with others, how you manage, and coordinate projects, and even how you deal with (let's say) challenging contributors / behavior.
So, yeah, I'd def say it's always nice to open-source your projects. 😊
Thanks for your explanation.
I think it's really hard to make a project that:
But maybe I'm wrong and it's easier than I think (I never tried it before :) )