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

  • 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.

  • Low-Code Report Says AI Will Enhance, Not Replace DIY Dev Tools

    Along with replacing software developers and possibly killing humanity, advanced AI is seen by many as a death knell for the do-it-yourself, low-code/no-code tooling industry, but a new report belies that notion.

Subscribe on YouTube