In-Depth

A New Take on Software Reuse

Google Code Search brings a new perspective on how you can engage in reusing existing code.

Google, Inc. recently launched Google Code Search, a free Web tool that enables you to search from among more than 425 million lines of code to find classes, algorithms, or other code snippets to use in their own applications. This search tool, available at www.koders.com, provides an unprecedented resource to developers looking for samples on how to perform a particular action, or actual code to use in multiple applications.

The availability of source code searching prompts a wide variety of questions about utility and legality. Searching for source code is not the same technical feat as searching for text. Rather, searching for source code involves entering in a text description and getting back source code, a different entity.

Darren Rush, cofounder of Koders.com, which was acquired by Google and became Google Code Search, explained how this technique works on the Koders site. The Koders search engine examines and catalogs the metadata found within many code files. If the code is well-documented, then it is easier to categorize, and the categorization is more accurate. The Koders search engine offers you a source code search that results in better responses.

This solution applies to the variety of licenses under which source code might become available. Said Rush, "Enterprises operate under many different policies with regard to open source software." Some enterprises accept any type of open source license, while others restrict the licenses with which they permit their developers to work. Google Code Search incorporates information on the type of license from the file metadata and provides it as part of the search results.

Google Code Search is also available for cataloging and searching source code within an enterprise. Used in this way, you can search only for the code that has been created or used within that organization. While not as powerful as a full Internet search, Google Code Search might better serve the reuse policies of enterprises.

While the industry has recognized the potential of software reuse for a number of years, its efforts have focused around class libraries, object, and UI components. Software reuse has achieved a measure of success with these tools, but there remains ample room for growth. Will code search, as exemplified by Google Code Search, be the next technique for reaching greater efficiencies in reusability? While the concept is intriguing, there are still many hurdles to overcome.

About the Author

Peter Varhol is the executive editor, reviews of Redmond magazine and has more than 20 years of experience as a software developer, software product manager and technology writer. He has graduate degrees in computer science and mathematics, and has taught both subjects at the university level.

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