FREE MEMBERSHIP - Create your personalized Bitpipe Service!  Members: Sign in 
Search Bitpipe: 
  Search Help
IT Management  >  Systems Design and Development  >  Application Development  >  Programming  >  

Code Management

-- 20 Vendor Reports | 11 Products

ALSO CALLED: Source Code Management and Software Code Management
DEFINITION: Code review is a phase in the software development process in which the authors of code, peer reviewers, and perhaps quality assurance (QA) testers get together to review code. Finding and correcting errors at this stage is relatively inexpensive and tends to reduce the more expensive process of handling, locating, and fixing bugs during later stages of development or after  … 
Definition continues below.
Recent Vendor Reports on Code Management
Securing the Organization: Creating a Partnership between HR and Information Security
sponsored by ISC2
WHITE PAPER: The goal of this white paper is to help Human Resource professionals understand the full scope of the growing information security profession and how it affects every aspect of an organization.
Posted: 09 Sep 2008 | Published: 09 Sep 2008
Get This Now


Effective Tools and Techniques for Java Developers
sponsored by Addison-Wesley, Prentice Hall and Sams Publishing
BOOK: This paper includes a collection of excerpts from titles published by Pearson Education including Addison-Wesley and Prentice Hall and pointers to resources for Java developers and programmers at all levels.
Posted: 01 Sep 2008 | Published: 26 Aug 2008
Get This Now


Take the Fast Track to Easy CRM and ERP Integration
sponsored by Cast Iron Systems
WEBCAST: Hear two experts unveil how to increase the value of SaaS with rapid CRM and ERP integration, including a real-life success story.
Posted: 28 Aug 2008 | Premiered: Available On Demand
Get This Now


How JVMs Use Escape Analysis to Improve Application Performance
sponsored by AMD
PRODUCT LITERATURE: This white paper details the benefits associated with the Java Virtual Machine (JVM) feature known as escape analysis. Discover how escape analysis can be used to improve the overall performance of Java applications in this paper.
Posted: 20 Aug 2008 | Published: 20 Aug 2008
Get This Now


Concurrent Data Collections: Prebuilt Threading Solutions for Real Programmers
sponsored by AMD
WHITE PAPER: This white paper highlights the technologies essential for leveraging the benefits associated with multi-core systems. Discover how to effectively manage parallelism and threading optimization.
Posted: 20 Aug 2008 | Published: 20 Aug 2008
Get This Now


Top Challenges in Multi-Core Environments
sponsored by AMD
WHITE PAPER: This white paper provides insight into the numerous challenges encountered by organizations implementing multi-core processors. Discover the extensive impact of threading on the performance of application in a multi-core environment.
Posted: 20 Aug 2008 | Published: 20 Aug 2008
Get This Now


Giving ETL Processes a Makeover and Optimization Tips and Tricks
sponsored by Syncsort
WHITE PAPER: In this whitepaper, get expert advice for implementing or optimizing Extract Transform Load (ETL) processes, and learn how to choose the best ETL software tools for your requirements and budget.
Posted: 01 Aug 2008 | Published: 01 Jul 2008
Get This Now


Case Study: MemoryScape Helps to Uncover Hidden Latent Memory Errors
sponsored by TotalView Technologies
CASE STUDY: Simulia, who provides software to evaluate product performance, was encountering memory problems. To fix the problem, Simulia used MemoryScape. It allows teams to watch for memory leaks and monitor memory usage while an application is running.
Posted: 22 Jul 2008 | Published: 01 Jul 2008
Get This Now


Memory Debugging in Parallel and Distributed Applications
sponsored by TotalView Technologies
WHITE PAPER: Memory problems are difficult to track down with conventional tools. This whitepaper reviews the challenges of memory debugging, introduces a tool that helps developers identify and resolve memory bugs, and provides usage tips.
Posted: 22 Jul 2008 | Published: 01 Jun 2008
Get This Now


Driving Business Agility via a Software Supply Chain
sponsored by Black Duck Software
WHITE PAPER: The purpose of this white paper is to lay out software development "supply chain" strategies, to nurture community culture, and to discuss techniques to improve code usage as software creation evolves toward greater complexity.
Posted: 22 Jul 2008 | Published: 01 Jul 2008
Get This Now


Zero Turnaround for Java Development
sponsored by ZeroTurnaround
PODCAST: In this podcast, JavaRebel development lead Jevgeni Kabanov discusses the value of zero turnaround to both development and production systems, and how JavaRebel helps achieve this goal.
Posted: 26 Jun 2008 | Premiered: 26 Jun 2008, 09:00 EDT (13:00 GMT)
Get This Now


Performance Optimization of Windows Applications on AMD Processors
sponsored by AMD
WHITE PAPER: The Mandel project is a Visual Studio C/C++ performance demo that illustrates several key concepts in Windows programming, and moves progressively through different performance optimizations.
Posted: 19 Jun 2008 | Published: 06 Jun 2008
Get This Now


Why Every Development Team Needs WAN Emulation
sponsored by Shunra Software
WHITE PAPER: This white paper describes how WAN emulation makes life easier for developers and the organizations they serve. It explains why the technology is indispensable for optimizing development in an increasingly networked world. Read this and learn more.
Posted: 01 May 2008 | Published: 01 May 2008
Get This Now


Integration Appliances - Simplify Software as a Service (SaaS) Integration
sponsored by Cast Iron Systems
WHITE PAPER: Software as a service (SaaS) integration problems cannot be solved with traditional software and custom coding solutions. Learn how you can quickly integrate SaaS applications with your critical customer data.
Posted: 25 Jan 2008 | Published: 18 Jan 2008
Get This Now


New Application Security Regulations: Building Compliance In
sponsored by Ounce Labs
DATA SHEET: Ounce Labs is one of the leading source code analysis vendors to provide PCI-specific capabilities. Our solution provides your executives, analysts, developers and auditors with the answers they need to manage risks within your system.
Posted: 17 Jan 2008 | Published: 01 Jul 2008
Get This Now


CodePro AnalytiX
sponsored by Instantiations
TRIAL SOFTWARE: This IT download offers products which ensure Java code quality, providing powerful software tools for code audit, metrics, automated test case generation, code coverage analysis, dependency analysis and team collaboration.
Posted: 04 Sep 2007 | Published: 27 Aug 2007
Get This Now


Code Co-Op Product Tour
sponsored by Reliable Software LLC
SOFTWARE DEMO: Code Co-op is the version control system for distributed development that adds mobility, simplicity, and robust functionality to your Windows development projects.
Posted: 06 Mar 2005 | Published: 01 Mar 2005
Get This Now


Code Co-op: Trial Software
sponsored by Reliable Software LLC
TRIAL SOFTWARE:Manage and protect your Windows development projects with Code Co-op, the affordable version control system for distributed development.
Posted: 30 May 2004 | Published: 28 May 2004
Get This Now


Reliable Software® Code Co-op®: The Peer-to-peer Version Control System for Distributed Development
sponsored by Reliable Software LLC
BROCHURE:Code Co-op is the peer-to-peer version control system giving you the flexibility to to collaborate with others using LAN, VPN, and Email.
Posted: 30 May 2004 | Published: 28 May 2004
Get This Now


Code Co-op v4.1: The Server-less Version Control System for Distributed Teams
sponsored by Reliable Software LLC
PRODUCT OVERVIEW:Manage and protect your Windows development projects with Code Co-op, the affordable version control system for distributed development.
Posted: 30 May 2004 | Published: 01 May 2004
Get This Now


 
CODE MANAGEMENT DEFINITION (continued): …  programs are delivered to users.

Reviewers read the code line by line to check for:

  • Flaws or potential flaws
  • Consistency with the overall program design
  • The quality of comments
  • Adherence to coding standards.

Code review may be especially productive for identifying security vulnerabilities. Specialized application programs are available that can help with this process. Automated code reviewing facilitates systematic testing of source code for potential trouble such as buffer overflows, race conditions, memory … 
Code Management definition sponsored by SearchSoftwareQuality.com, powered by WhatIs.com an online computer dictionary

Home | About Us | Contact Us | Advertise with Us | Partner with Us | Site Index
TechTarget provides enterprise IT professionals with the information they need to perform their jobs - from developing strategy, to making cost-effective IT purchase decisions and managing their organizations' IT projects - with its network of technology-specific Web sites, events and magazines

Definitions: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z Other   TechTarget - The Most Targeted IT Media
TechTarget Corporate Web Site  |   Media Kits  |   Site Map




All Rights Reserved, Copyright 2000 - 2007, TechTarget | Read our Privacy Statement