codinghorror

This is an old revision of the document!


Coding horrors

- Subsetting data and using the wrong indices - Read in files with numerical names in the wrong sort order (1,11,110,…) - Duplicated code - Duplicated code where one duplication is a little bit different than the other - Detecting the correct text coding of a file - Global variables - Script files with names which have absolutely nothing to do with their content - Quick modifications of recursive functions - …

  • codinghorror.1426554076.txt.gz
  • Last modified: 2015/03/17 02:01
  • by phreazer