Software Development Practices

Links to this page
  • Prototyping

    Prototyping is a #Software Development Practices which is cheap and fast to be developed as typical prototype usually ignores most of the details such as correctness (using dummy data), completeness (may function only in a very limited sense, only work on a given input data or only one menu item available), robustness (incomplete error checking, great crashing possibility) and style (little to no comments and/or documentation). [The Pragmatic Programmer](lit/@Hunt1999)

#development