Giter Club home page Giter Club logo

checkio's Introduction

CheckIO


Solutions

The list of all the solutions can be found here

Workspace Setup

  1. Typescript configuration
  2. Jest with debugging

Formatting Guidelines

The problem function should have documentation as per the description at checkio.org

The 2 types of files to be interacted are:

  1. Puzzles
  2. Tests
// {{ description }}.puzzle.ts
/**
 * # Name of the problem
 *
 * ## Description
 * Description of the problem
 * Lorem ipsum dolor sit amet consectetur, adipisicing elit. Tempore,
 * debitis! Nulla quia commodi amet maiores sequi vitae itaque illo a
 * libero, quod minus debitis rem, sint aperiam saepe doloribus nostrum?
 *
 * ---
 *
 * ## Input
 * Description of the input.
 *
 * ---
 *
 * ## Output
 * Description of the output.
 *
 * ---
 *
 * ## Example
 *
 * ```ts
 * // example as per the description at `checkio.org`
 * ```
 *
 * ---
 *
 * ## How is it used
 * Statements in `How is it used` (optional)
 *
 * ---
 * 
 * ## Precondition
 * Statements in `Precondition` (optional) 
 * 
 * @param params Parameters
 * @returns Description of returning value
 */
function problem(...params: Parameters): Type<Return> {}

Test using Jest


Debugging

  1. Set breakpoints
  2. Hit F5

Commit Message Standards

Event Message
Problem Entered {{ station }}-#{{ number }} added
Problem Solved ✔️ {{ station }}-#{{ number }} solved
Problem not solved {{ station }}-#{{ number }} not solved
Problem in progress 🚧 {{ station }}-#{{ number }} in progress
All Solutions {{ station }}-#{{ number }} solutions
Workspace Configuration ** varies **
Update README.md 📝 updated README

©️ usama251993

checkio's People

Contributors

usama251993 avatar usamazansari avatar

Stargazers

 avatar Aashwath Acharya avatar

Watchers

 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.