Desmond File

Blog archive

Krugle Improves Code Search

If Google has taught the world one thing, it's this: Search is good.

So I stood up and took note last month when Krugle introduced the second version of its Krugle Enterprise Appliance, an enterprise search network device that lets developers and managers track down specific code assets across repositories and over the Internet. The appliance can search enterprise code indexed behind the firewall, and also provides access to Krugle's public index of more than 2.6 billion lines of open source code.

According to Matthew Graney, Krugle's senior director of product management, Krugle Enterprise Appliance 2.0 extends native support for source code management systems, adding ClearCase and Microsoft Foundation Server to support for Subversion, Perforce and CVS. Krugle search supports more than 40 languages. It also features improved management and configuration features.

Graney said the product meets a long-standing need among development teams. "Whether you are doing open source or other kinds of development, the biggest challenge facing developers is often finding what is out there," Graney said. "That is really the primary benefit."

Honestly, I'm surprised we don't hear more about code search solutions, especially given the increasingly distributed and componentized nature of development.

Tim Murphy, a senior consultant for Daugherty Business Solutions, agreed. He said effective code search is a great way for developers to get past bottlenecks and learn from each other.

"The most productive developers I have met are where they are because of the resources that they utilize," Murphy wrote in an e-mail interview. "Reading other people's code is a great way to find solutions but it is also a way to get new ideas for approaches to development."

More than that, a device like Krugle's, which plugs into the datacenter and crawls code repositories and other sources, can help large organizations do a better job of reusing code. Michael Cote, analyst for research firm RedMonk, sees developers searching across business units and projects to find blocks of code that address a problem at hand.

Of course, Web search helped turn keyword- and key phrase-writing into a profit-making art, and launched a cottage industry of search engine optimization consultancies. I imagine code search will put a real emphasis on well-commented and organized code.

Does your shop or projects make use of code search solutions? What would you like to see to help you do your jobs better? E-mail me at [email protected].

Posted by Michael Desmond on 03/27/2008


comments powered by Disqus

Featured

  • Creating Reactive Applications in .NET

    In modern applications, data is being retrieved in asynchronous, real-time streams, as traditional pull requests where the clients asks for data from the server are becoming a thing of the past.

  • AI for GitHub Collaboration? Maybe Not So Much

    No doubt GitHub Copilot has been a boon for developers, but AI might not be the best tool for collaboration, according to developers weighing in on a recent social media post from the GitHub team.

  • Visual Studio 2022 Getting VS Code 'Command Palette' Equivalent

    As any Visual Studio Code user knows, the editor's command palette is a powerful tool for getting things done quickly, without having to navigate through menus and dialogs. Now, we learn how an equivalent is coming for Microsoft's flagship Visual Studio IDE, invoked by the same familiar Ctrl+Shift+P keyboard shortcut.

  • .NET 9 Preview 3: 'I've Been Waiting 9 Years for This API!'

    Microsoft's third preview of .NET 9 sees a lot of minor tweaks and fixes with no earth-shaking new functionality, but little things can be important to individual developers.

  • Data Anomaly Detection Using a Neural Autoencoder with C#

    Dr. James McCaffrey of Microsoft Research tackles the process of examining a set of source data to find data items that are different in some way from the majority of the source items.

Subscribe on YouTube