nature-of-code / The-Nature-of-Code-archive

The very first build system for The Nature of Code

Home Page:http://natureofcode.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DNA constructor inconsistency

shiffman opened this issue · comments

example 9.1 should be DNA child = new DNA(); instead of DNA child = new DNA(genes.length);