|
|
|
|
|
by hyperthesis
899 days ago
|
|
The rule-of-thumb of factoring out only when you've written the same code three times rarely gets a chance here, because as soon as you notice a regularity, and you think critically about it, your next experiment breaks that regularity. It's tempting to create reusable modules, but for one-off exploratory code, for testing hypotheses, it's far more efficient to just write it. |
|