SearchWiki
SoftwareProcess.RecentChanges
Edit Page
Page Revisions
Home
Design Patterns
Heuristics
Software Development
Software Process


Patterns
TheIntroduction LogicalDesign PhysicalDesign PatternFoundations GuidelinesAndMyths ReferenceImplementation DependencyPatterns UsabilityPatterns ExtensibilityPatterns MaintenancePatterns AntiPatterns UtilitiesAndTools

AllPatterns

Before Releasing Any Code

  1. Synch the entire workspace with version control repository and update with latest code. Resolve any merge conflicts.
  2. Perform a LocalBuild?, and resolve any compiler errors.
  3. Run all of your tests. If the tests fail, resolve the failures before releasing your code.
  4. Test the application in your LocalSandbox?, and navigate through the various pages that your changes affect to make sure everything still functions correctly. If it's a web application, be sure that there were no issues when starting the application locally.
  5. Release all changes that are part of your unit of work.
Edit Page - Page Revisions - WikiHelp - SearchWiki - RecentChanges
Page last modified on November 17, 2005, at 10:07 AM