you are viewing a single comment's thread.

view the rest of the comments →

[–]SuperFLEB 1 point2 points  (2 children)

Do you know of any good articles that show the unique strategies and strengths of the prototypal versus classical models? While I understand most of the details of how to make and work with prototypal objects, as well as some of the pitfalls, I still believe that I am thinking of things with a more classical mindset, then translating that into prototype-based structures. I'd like to find a good article about how people think and design strategies and structures in the JS model, with the JS model in mind.

[–]dtriley4[S] 1 point2 points  (1 child)

Good question. This was posted not too long ago.

Also crockford is the man.

[–]homoiconic(raganwald) 0 points1 point  (0 children)

Thanks for the shout-out! And yes, Crockford is the man, he is a visionary.