Questions tagged [community]
19 questions
230
votes
9 answers
Why do people hesitate to use Python 3?
Python 3 was released in December 2008. A lot of time has passed since then but still today many developers hesitate to use Python 3. Even popular frameworks like Django are not compatible with Python 3 yet but still rely on Python 2.
Sure, Python 3…

Ham Vocke
- 2,467
- 2
- 15
- 8
12
votes
7 answers
What happens at [platform] user groups?
I'm a .NET developer, but I've never been to a .NET user group meeting or anything like that.
I might have the opportunity soon to start attending one, but I'm wondering. What happens at user groups? I'm not looking necessarily for info specifically…

Steven Evers
- 28,200
- 10
- 75
- 159
9
votes
3 answers
How to get feedback from the community on large chunks of code?
Code Review.SE is great when you need feedback on a precise, short piece of code.
But where to get similar feedback about the code itself when:
you have thousands of LOC,
don't have colleagues in your workplace ready or willing to review the…

Arseni Mourzenko
- 134,780
- 31
- 343
- 513
8
votes
3 answers
Why does the Perl community have such a bad reputation?
I'm still fairly new to programming. I spend most of my time in Ruby, and I'm discovering a certain fondness for playing with regular expressions. That being said, I'm considering taking a look at Perl, just as a hobby. However, I've heard a lot…

eckza
- 223
- 1
- 7
6
votes
1 answer
Where and how should one announce their new open source application
Where and how should someone announce an open source application they would like the wider public to try?
Obviously they can post their code somewhere like Github. There used to be Freshmeat, which has been closed down and superseded, possibly…
user173750
5
votes
3 answers
Why do programming languages encompass so much?
Programming languages are not just language. Each one tends to have:
Its own IDEs,
Its own package managers,
Its own set of libraries,
Its own build tools,
Its own data formats.
If you are writing Java syntax, you will be using Maven packages; if…

Owen
- 576
- 3
- 10
5
votes
1 answer
How can I get involved with developer communities in my area?
I live in Manchester, UK, and while there are lots of developer communities (regular events, get togethers etc) in London, there are not many "up north". I know of a few (NxtGenUg and ManchesterGeekNights) but there must be more than this.
What's…

Andy Lowry
- 2,392
- 2
- 19
- 16
4
votes
0 answers
Getting Involved?
I've been sitting at my computer for about an hour and a half, browsing around and trying to find something worthwhile to do that I'd enjoy. The fact that I'm here shows you that I didn't come up with anything.
Anyways, I was wondering about good…

Andrew
- 141
- 4
3
votes
2 answers
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.
The quote that spawns this question is :
there…

sclarson
- 404
- 2
- 5
3
votes
2 answers
How can I consult users of my FOSS library about a design change idea?
I have a FOSS library made public through GitHub. It's not a big library, it doesn't have a community around it or anything like that - but it does get a few dozen unique clones a week.
Now, I'm considering a design change in this library. It's not…

einpoklum
- 2,478
- 1
- 13
- 30
3
votes
1 answer
Why the Scala fascination with flatmap? (This doesn't seem to be the same for mapcat in the Clojure world)
In the Scala community - there is an apparent fascination with the FlatMap function.
Now I understand that FlatMap is significant because it is used for the bind part of a Monad. (and that the Clojure community hasn't dived into Monads yet, with…

hawkeye
- 4,819
- 3
- 24
- 35
3
votes
1 answer
How can a commercially-driven open source project build an open source community?
I'm working on an ambitious, commercially-driven open source project* (it probably falls under Wikipedia's definition of Open Core). I'm an engineer on the project, so I don't have too much sway over all of our policies.
The majority of the code is…

Mark Rushakoff
- 1,734
- 14
- 14
3
votes
4 answers
Planning to write research paper - Tips or resources?
I am a junior in high school and I've developed an optimization system for functional languages that could be very powerful. My computer science professors at Boise State University believe I should write a paper and take my idea as far as I…

rovaughn
- 287
- 1
- 6
2
votes
2 answers
Where can I get beta testers for a software library?
There are a few similar questions to this one already. But mine differs enough to warrant being asked separately. I've written an authentication ASP.Net library and I'm looking for beta testers. I've posted to the forums I frequent, but they are not…

Earlz
- 22,658
- 7
- 46
- 60
2
votes
1 answer
Governance models for multi-institution open source projects
I'm working on an open source project that has full time professional developers from several universities, plus a couple of other organisations. The product has something like a dozen deployments, various variations, plugins, related components…

Steve Bennett
- 3,419
- 4
- 20
- 24