LYCOS RETRIEVER
Programming: Code
built 185 days ago
On an Extreme Programming project, any pair of programmers can improve any code at any time. This means that all code gets the benefit of many people's attention, which increases code quality and reduces defects. There is another important benefit as well: when code is owned by individuals, required features are often put in the wrong place, as one programmer discovers that he needs a feature somewhere in code that he does not own. The owner is too busy to do it, so the programmer puts the feature in his own code, where it does not belong. This leads to ugly, hard-to-maintain code, full of duplication and with low (bad) cohesion.
Source:
Once you've had the opportunity to trial a programming tutorial, you may continue your studies by purchasing the full version online. Each tutorial contains 12 or more chapters and includes all sample programs. Also included are practice exercises and all source code.
Source:
This tutorial introduces basic programming concepts such as program structure, variable declaration, conditional and looping constructs, and the code/compile/run style of programming. This tutorial is intended for use as an introduction to these concepts for students who have no prior programming experience.
Source: