codinghorror

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
codinghorror [2015/03/17 02:03] phreazercodinghorror [2016/12/29 23:35] (current) phreazer
Line 8: Line 8:
   * 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
 +  * Variable names which have absolutely nothing to do with their purpose
   * Quick modifications of recursive functions   * Quick modifications of recursive functions
   * Time zones   * Time zones
   * Reading/Writing contents of PDF files   * 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.txt
  • Last modified: 2016/12/29 23:35
  • by phreazer