Skip to content
Mikhail Panko edited this page Aug 27, 2013 · 2 revisions

Have fast feedback loop to develop, test, and debug code:

  • try to have no more than 10 seconds of running time at a time
  • run small chunks of code at a time
  • save and load results of long computations to/from disk
Clone this wiki locally