The community tag has no wiki summary.
7
votes
4answers
607 views
Website for code review
I know that we all are trying to improve our structure and style of our code, striving to be truly agile.
Websites like Stack Overflow are great when you want an answer to a specific question but ...
54
votes
10answers
9k views
Why do people hesitate using Python 3?
Python 3 has been released in December 2008. A lot of time has passed since then but still today many developers hesitate using Python 3. Even popular frameworks like Django are not compatible with ...
15
votes
6answers
1k views
Ways to use your skills as a developer to give back to the community/charities
Recently I came upon a community event called GiveCamp.
GiveCamp is a weekend-long event where technology professionals from designers, developers and database administrators to marketers and web ...
2
votes
2answers
662 views
Why do ruby and python seem to have more community contribution than PHP?
In a recent blog post by Roy Osherove, it is pointed out that his switch from primarily .Net development to ruby development has seen a huge difference in community involvement and really enjoys it.
...
20
votes
7answers
537 views
Where can I get feedback and support from other programmers in real time?
I used to work in an office surrounded by a large team of programmers where we all used the same languages and had different expertises. Now that I am on my own forming a startup at home, my ...
13
votes
9answers
480 views
How can I bootstrap a software development community at my school?
I'm a student at the University of South Florida who's frustrated with the educational environment in the Computer Science program. Right now, I'm taking "Program Design." I should be learning how to ...
4
votes
2answers
263 views
How do I get people to contribute ideas for my .NET library?
I maintain a LGPL library for rapid development of large scale .NET applications, It's a general purpose class library containing functionalities that are used at the DAL and BLL level.
So, in ...