Desmond File

Blog archive

Help for Developers

Two weeks ago, I blogged about Jeff Atwood's Coding Horror site and the contest he was holding to recognize outstanding open source development.

We talked a bit after that initial blog post and I ended up asking Jeff about his leaving Vertigo Software to launch stackoverflow.com. What should be interesting for dev managers is that the site Jeff is launching now aims to put accurate, topical and specific technical insight at the fingertips of .NET developers.

Jeff says he got the idea of launching a developer-help site from his experiences reading (and writing) dev-oriented blogs. "If you look at a lot of blogs, it's just sort of a log of, 'Here's a problem I had and here's the solution to it,'" Jeff told me.

The problem, he said, is that developers must often root around multiple places to find proposed solutions. And when they find a viable-looking suggestion, those developers are left to guess at the relative technical acumen of the site denizen providing the insight. In short, it can be a gigantic crapshoot. Stackoverflow, Jeff hopes, will change a lot of that.

Jeff has teamed with another well-known developer and blogger -- Joel Spolsky of Joel on Software fame -- to work on the stackoverflow.com project. The two are pulling their respective Web readerships and hoping to draw plenty of other coders toward the site, which Jeff said will be a "developer Q&A site with reputation systems built in."

What's interesting is that both Joel and Jeff seem committed to running a wide-open and transparent community. As Joel wrote in his blog:

"We're starting to build a programming Q&A site that's free. Free to ask questions, free to answer questions, free to read, free to index, built with plain old HTML, no fake rot13 text on the homepage, no scammy Google-cloaking tactics, no salespeople, no JavaScript windows dropping down in front of the answer asking for $12.95 to go away. You can register if you want to collect karma and win valuable flair that will appear next to your name, but otherwise, it's just free."

This doesn't sound like a half-bad idea. Do you have a favorite developer-help resource? E-mail me at mdesmond@reddevnews.com.

Posted by Michael Desmond on 05/01/2008


comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube