#ProgramDesignParadigms class, I built an app called BalanceBoard - it helps you log your activities, energy, and emotions, then visualizes how they relate; like a self-reflection assistant. Try it out: observablehq.com/@tian5252/ba...
#ProgramDesignParadigms class, I built an app called BalanceBoard - it helps you log your activities, energy, and emotions, then visualizes how they relate; like a self-reflection assistant. Try it out: observablehq.com/@tian5252/ba...
#ProgrammingParadigms @northeasternu.bsky.social
#ProgrammingParadigms @northeasternu.bsky.social
* What I learned about JSDoc (with JSDoc documention)
* @param {string} msg - a note from me
* @return {void}
*/
function learn(msg) {
console.log(`I learn: ${msg}`);
}
learn("Using JSDoc makes JavaScript feel a bit more strongly typed"); #ProgrammingParadigms @northeasternu.bsky.social
* What I learned about JSDoc (with JSDoc documention)
* @param {string} msg - a note from me
* @return {void}
*/
function learn(msg) {
console.log(`I learn: ${msg}`);
}
learn("Using JSDoc makes JavaScript feel a bit more strongly typed"); #ProgrammingParadigms @northeasternu.bsky.social
1. Set the stage with a Scene and place the objects
2. Pick a wonderful angle with a Camera
3. Finally, produce the picture with a Renderer
Declarative, and see it instantly with Vite!
#ProgrammingParadigms @northeasternu.bsky.social
1. Set the stage with a Scene and place the objects
2. Pick a wonderful angle with a Camera
3. Finally, produce the picture with a Renderer
Declarative, and see it instantly with Vite!
#ProgrammingParadigms @northeasternu.bsky.social
#ProgrammingParadigms @northeasternu.bsky.social
#ProgrammingParadigms @northeasternu.bsky.social