A quick Google search gave me:
https://github.com/xogroup/felicity (Felicity -- Description: Javascript object constructors based on Joi schema.)
https://github.com/hapijs/joi
(Joi -- Description : Object schema description language and validator for JavaScript objects.)
A few guesses on related stuff:
http://json-schema.org/examples.html (JSON Schema)
http://www.json.org/ (JavaScript Object Notation)
Object Oriented JavaScript :
[Object Oriented JavaScript : https://www.youtube.com/watch?v=O8wwnhdkPE4 , Modular JavaScript # 6 - Classical Inheritance & OOP with JS : https://www.youtube.com/watch?v=sWOXYDBbz0g ,
Modular JavaScript - Prototypal Pattern vs Classical OOP in JS ,
https://www.youtube.com/watch?v=doXpW5AD60Q :
JavaScript object creation patterns tutorial - factory , constructor pattern, prototype pattern , https://www.youtube.com/watch?v=xizFJHKHdHw ]
Interesting tangent (b/c I want to draw graphs anyway) :
6.4: The Constructor Function in JavaScript - p5.js Tutorial ,
https://www.youtube.com/watch?v=F3GeM_KrGjI] which is from 1-6: Foundations of Programming in JavaScript - p5.js Tutorial , https://www.youtube.com/playlist?list=PLRqwX-V7Uu6Zy51Q-x9tMWIv9cueOFTFA ]
p5.js may be found here: http://p5js.org/
No comments:
Post a Comment