Open Source Project Management Lessons
cpfeifer writes "Paul Baranowski takes a moment to reflect on Open Source Project Management in his blog. His reflections are based on the first two years of the Peek-a-booty project." Interesting comments on media coverage, choice of programming language, when to release a project, and more.
Neither does the author. He is talking about application development. Application development is different that OS development.
.NET will quickly overtake them. Welcome to the real world.
And as far as application development goes, C++ is a bad choice.
Point one: Applications dont care about squeezing every bit of performance out of their code. Niether do you if you use STL, so why not use a language that is actually easy to use overall.
Most windowing libraries that I've seen for C++ have a 6 month learning curve. I learned VB in 2 weeks, Delphi in 3 weeks, and C# in 1 week (posted in order learned). In both languages I was creating Windows applications in an hour. I've been using C++ for years and still cant create a decent Windows application in under 2 weeks.
Point two: Applications care about features.
Point three: Applications care about getting it done. And the faster they better.
Most applications are written in VB, Delphi, or Java these days, and
Bad User. No biscuit!