Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Coding and algorithm challenges completed on coderbyte.com

NotificationsYou must be signed in to change notification settings

bradhanson/coderbyte

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coding and algorithm challenges completed on coderbyte.com

Coderbyte is a web application built to help you practice programming and improve your coding skills.

I am currently ranked#5 on the website out of 200,000+ users.

Why does this repository exist?

The purpose of this repository is to practice integrating several elements of software development. These include, but are not limited to:

  • Algorithms implementation
  • Git workflow
  • Writing unit tests using Jest

Secondly, I have used this project to get used to using several other supplemental tools:

  • ESLint
  • Prettier
  • JSDoc

I am using the practice I gain here in order to transition into behavior-driven development.

How to run the unit tests

  1. Clone this repository
git clone https://github.com/bradhanson/coderbytecd coderbyte
  1. Install dependencies (justjest)
npm install
  1. Run the tests!
npm test
  1. Run test coverage report
npm run coverage

What isgenerate.js?

generate.js is a script used to generate blank Coderbyte file templates. It handles the boilerplate setup of a new challenge. It converts the underscored file name into camelCase functions within the files.

cd coderbytenode generate.js easy/ab_check

Will generate template files:

easy/ab_check.jseasy/ab_check.test.js

You can also run it from the current directory:

cd coderbyte/easynode ../generate.js ab_check// ab_check.js// ab_check.test.js

About

Coding and algorithm challenges completed on coderbyte.com

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp