News

Study Looks into Open Source

The University of California, Davis gets National Science Foundation grant.

The University of California, Davis has won a $750,000 grant from the National Science Foundation to conduct a three-year study examining how open source software is built. Professor Premkuma Devanbu hopes the study will reveal how the structure and organization of development teams can impact the resulting code.

By examining high-profile open source projects such as the Apache Web server, PostgreSQL database and the Python scripting language, Devanbu hopes to draw meaningful conclusions about development organizations and their ability to produce quality software. Devanbu says his team selected open source projects because they are able to gain unfettered access to communications, including e-mails and IM chat logs.

One intriguing issue for Devanbu is the question of why open source projects seem to defy Brooks' Law, which states that adding manpower to a late software project only makes it later.

"It's not surprising when you bring people in, because you have to train them," says Devanbu. "But that doesn't seem to happen in open source projects-things seem to go faster. I'm not sure why. But it could be that people are trained before they join the project. They self-train."

About the Author

Michael Desmond is an editor and writer for 1105 Media's Enterprise Computing Group.

comments powered by Disqus

Featured

  • VS Code v1.99 Is All About Copilot Chat AI, Including Agent Mode

    Agent Mode provides an autonomous editing experience where Copilot plans and executes tasks to fulfill requests. It determines relevant files, applies code changes, suggests terminal commands, and iterates to resolve issues, all while keeping users in control to review and confirm actions.

  • Windows Community Toolkit v8.2 Adds Native AOT Support

    Microsoft shipped Windows Community Toolkit v8.2, an incremental update to the open-source collection of helper functions and other resources designed to simplify the development of Windows applications. The main new feature is support for native ahead-of-time (AOT) compilation.

  • New 'Visual Studio Hub' 1-Stop-Shop for GitHub Copilot Resources, More

    Unsurprisingly, GitHub Copilot resources are front-and-center in Microsoft's new Visual Studio Hub, a one-stop-shop for all things concerning your favorite IDE.

  • Mastering Blazor Authentication and Authorization

    At the Visual Studio Live! @ Microsoft HQ developer conference set for August, Rockford Lhotka will explain the ins and outs of authentication across Blazor Server, WebAssembly, and .NET MAUI Hybrid apps, and show how to use identity and claims to customize application behavior through fine-grained authorization.

  • Linear Support Vector Regression from Scratch Using C# with Evolutionary Training

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the linear support vector regression (linear SVR) technique, where the goal is to predict a single numeric value. A linear SVR model uses an unusual error/loss function and cannot be trained using standard simple techniques, and so evolutionary optimization training is used.

Subscribe on YouTube