Coder Social home page Coder Social logo

Comments (5)

colevandersWands avatar colevandersWands commented on June 26, 2024

https://github.com/jankeLearning/projects/tree/master/cleancalc
could think about using the first 3 steps of this project.

learning objectives:

  • build a calc from specs
  • procedural to oop (steps 0 -> 1)
  • logic is separate from framework (1, 2)
    • in 1 you build a terminal interface
    • in 2 you build an html/js interface
  • in all steps you use have the same set of functionality
  • also an opportunity to write a testing suite
  • and to have a lesson on specs and code portability
    • if done right, anyone can replace their calc object with another person's and their code will still work
  • objects - needs to use 'this'

from javascript_curriculum.

colevandersWands avatar colevandersWands commented on June 26, 2024

https://github.com/galvazudys/cleancalc
https://galvazudys.github.io/cleancalc/

one of our student's finished clean-calfs

comes with a completely navigable repo

  • readme
  • versions
  • demo
  • tests

from javascript_curriculum.

codyloyd avatar codyloyd commented on June 26, 2024

yep.. that's exactly what I was thinking of doing @colevandersWands

from javascript_curriculum.

colevandersWands avatar colevandersWands commented on June 26, 2024

we have content to support all of those learning objectives. would you like to make a tidy folder of it all for you?

from javascript_curriculum.

codyloyd avatar codyloyd commented on June 26, 2024

I think we're good for now.

from javascript_curriculum.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.