Michael Wehar
Michael Wehar
When building a crossword layout, the generator makes a sequence of decisions. Each decision is greedily made to maximize a hard coded function. The hard coded function incentivizes number of...
In layout_generator.js, we call the Object.keys method. Object.keys is supported in ES5-compatible environments, but might not be supported in other environments.
Some of the code is a bit cryptic. Maybe we could restructure it and add more explanation so that it's easier to understand so that others can contribute more easily.
https://github.com/driverdan/node-XMLHttpRequest/blob/97966e4ca1c9f2cc5574d8775cbdacebfec75455/lib/XMLHttpRequest.js#L369 Currently, it appears that it assumes content-type is written as "Content-Type".