GithubHelp home page GithubHelp logo

learnjs's Introduction

learnJS

Repo for learnJS tasks

Repo rules:

Language

  • english in repo
  • js :-)
  • maybe ts ;-)

Files organisation

  • src – for source ofk
    • partNumber_Name – example: 2_Basics
      • subpartNumber_Name – example: 5_Variables
        • taskName.js – example: variablesUsage.js
        • taskName.test.js – test for your task: variablesUsage.test.js
  • .travis.yml – Travis CI config
  • .huskyrc.js – hook for lint and test for pre-commit

Linter

  • Google
    • npm run lint
    • npm run lint-fix

Testing

  • Unit test with Jest
    • npm run test

Issues

  • for each part create issue and suply with:
    • List of tasks
      • short task description (en + ru)
      • link to the task
    • Milestone if you wish
      • create milestone with same name as your subbranch

Fork

  • You have to fork these repo before you canwork on it send a PR
  • Ater the work in your repo is done send a PR from branch with name username

Branches

  • master is for best solutions only
  • branch for user: username – use to merge all of your parts
    • subbranch for part: username-partname (like: nikitarub-basics)
      • (if not enought) subbbranch for task% username-partName-taskNumber (like: nikitarub-basics-1)

Pull Request

  • if you think, that your solution is best – create Pull Request
  • TEST MUST BE WRITTEN BEFORE PR
  • PR rules:
    • name – short task description
    • description:
      • Link to the task
      • Link to your solution
    • Set Reviewers of issue to @nikitarub
    • and assign to yourself
  • Your PR will be CI'ed in travis

learnjs's People

Contributors

nikitarub avatar

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.