codinghorror

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
codinghorror [2015/03/17 02:01] – angelegt phreazercodinghorror [2016/12/29 23:35] (current) phreazer
Line 1: Line 1:
 ====== Coding horrors ====== ====== Coding horrors ======
  
-Subsetting data and using the wrong indices +  * Subsetting data and using the wrong indices 
-Read in files with numerical names in the wrong sort order (1,11,110,...) +  Read in files with numerical names in the wrong sort order (1,11,110,...) 
-Duplicated code  +  Duplicated code  
-Duplicated code where one duplication is a little bit different than the other +  Duplicated code where one duplication is a little bit different than the other 
-Detecting the correct text coding of a file +  Detecting the correct text coding of a file 
-Global variables +  Global variables 
-Script files with names which have absolutely nothing to do with their content +  Script files with names which have absolutely nothing to do with their content 
-Quick modifications of recursive functions +  * Variable names which have absolutely nothing to do with their purpose 
-...+  * Quick modifications of recursive functions 
 +  * Time zones 
 +  * Reading/Writing contents of PDF files 
 +  * Assuming that someone will create required system setup that you need in your code (do it yourself!) 
 +  * ... 
 + 
 +====== Coding hints ====== 
 +  * Improve CPP performance by avoiding the heap
  • codinghorror.1426554076.txt.gz
  • Last modified: 2015/03/17 02:01
  • by phreazer