Giter Club home page Giter Club logo

bytebites's Introduction

ByteBites

All Problems Published on coderbyte.com, with solutions.

In addition to simply having the solutions, each problem will have a matching .spec file, which includes tests run on each problem. The repository uses Jasmine for testing, and also applies eslint. I have found eslint to be enormously helpful in learning to write clean code, even when I decide to override a particular rule.

For Beginners

There is more in this repository than just the code that solves the problems. To take advantage of what it has to offer, it will be necessary to install NodeJS on your computer (easy to do at nodejs.org). After it is installed (it will also install with a tool called node package manager, or npm), go to your terminal command line, navigate to the ByteBites directory, and enter the command:

npm install

This should install the software needed to run the tests (called Jasmine) and to check for improperly formatted code (call es-lint). Testing is a very important thing to learn, but somewhat difficult to acquire on one's own. Hopefully the tests included here may provide some helpful examples.

Finally, I encourage you very strongly to read the problem at the top of each file, then close the file and try to solve it yourself. Code is like sheet music - one can look at it and think it all makes sense, but one learns to code by actually coding, not looking at code. If you do get truly stuck on a problem and decide to sneak a peak at my, or someone else's solution, you should not move on until you can sit down without that solution in front of you and write the complete solution yourself (not from memory, but from the principles you now understand).

bytebites's People

Contributors

cjordanball avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  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.