Code Review Homework

first post: rofite wrote: I don't think indirection is an issue. The code seems succinct and...

latest post: glavman wrote: Sorry, I forgot to mention one more thing. I really dislike downloa...

the architecture of the pages

first post: bennage wrote: This discussion relates to the code as it stands here: http://hil...

latest post: MatrixPJ wrote: For me am now learning so everything looks find to me. Thank you.

Memory Leaks (Zombies!) With Event-Driven Code

first post: derickbailey wrote: Any time we have an event listener (event handler, bind to an even...

latest post: derickbailey wrote: FYI - in my testing of our app so far, I'm not seeing any zombies ...

Blog post on unit testing WinJS promises with Mocha

first post: derickbailey wrote: In case anyone is interested, I wrote up a blog post on unit testi...

A podcast on testing winjs

first post: derickbailey wrote: Found this vis Chris Love, http://www.thetabletshow.com/default.as...

How to organize and structure the files and folders?

first post: bennage wrote: An important question is how should we organize the source into fi...

latest post: bennage wrote: Take a look at the latest code (hub in particular) and let us know ...

Code simplification

first post: rofite wrote: The code in the Tiles Javascript seems to have been at least refor...

latest post: bennage wrote: Thanks, I just added a readme.txt pointing to several resources abo...

Modules as unit of deployment != modules as unit of development

first post: andrewdavey wrote: Take a look at knockout.js https://github.com/SteveSanderson/knock...

latest post: bennage wrote: For Hilo, I don't think we're concerned with units of deployment, j...

How to namespace the require and define functions?

first post: bennage wrote: Currently, the require anddefine functions are attached to the glo...

latest post: bennage wrote: Agreed. I would like strong critical feedback about the require/def...

The purpose of tests

first post: derickbailey wrote: An article that focuses on the Ruby on Rails community, but is app...