The growth tag has no wiki summary.
1
vote
1answer
122 views
Finding developers for collaboration in enterprise open-source project
I am a founder and only developer of an open-source software designed for a small subset of enterprises. It was originally developed for and now runs at one of businesses of the type it was designed ...
1
vote
1answer
152 views
What is consultant application development?
Recently I got a job offer from csc as consultant application development.
Currently I am working as a software engineer.
Can somebody enlighten me on what is consultant application development ...
0
votes
4answers
210 views
Dilemma for growing a project: Open source volunteer developers VS closed source paid / revshare developers? [closed]
I am trying to grow my project, and I am vaccillating between some examples.
Some options seem to be:
1. open sourcing the project to draw volunteer developers.
Pros
This would mean anyone can ...
14
votes
3answers
380 views
What management/development practices do you change when a team of 1-3 developers grows to 10+?
My team built a website for a client several years ago. The site taffic has been growing very quickly and our client has been asking us to grow our team to fill their maintenance and feature request ...
5
votes
3answers
272 views
Hashing growth strategy
What is a good growth strategy for hash tables? If the number of elements exceeds the number of buckets, I increase the number of buckets with the following formula:
n = int(n * 1.618033988749895) | ...