ophrah
Uploaded by
4 SLIDES
177 VUES
40LIKES

Common project problems

DESCRIPTION

This document outlines key problems encountered in software development projects, discussed during the Twin Cities CFUG meeting on July 10, 2002. Major issues include ineffective communication between clients and teams, scope creep due to flexible structures, and challenges related to bad code and undocumented processes. Additionally, it highlights the pitfalls of poor database design, lack of reusability, and inadequate standards that hinder maintenance and cause confusion between bugs and enhancements. Strategies for improving project outcomes are suggested.

1 / 4

Télécharger la présentation

Common project problems

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Common project problems From Twin Cities CFUG meeting7/10/02

  2. Problems 1 • Communication – client and team • Scope creep • flexible structure to add features • Someone else’s code (or my old code!) • Bad code – logic flow, database issue, hard to read, bad variable and file name

  3. Problems 2 • Undocumented code • Bad database design • Lack of separation of design and code • Lack of structures and common objects • Change things in one place • Lack reusability • Lack of standards – every one else can’t maintain

  4. Problems 3 • Bugs found by client, hard to find • Is it a bug or an enhancement • Relying on memory or poor spec

More Related