Giter Site home page Giter Site logo

katas's Introduction

Katas ๐Ÿฅท๐Ÿป

In this repository, all the katas/coding dojos that I have done are grouped together, with some solutions being different or using different programming languages. The goal is to have all the solutions I have worked on grouped together, see different approaches to the same problem, and be able to compare them.

Structure โš™๏ธ

The repository, in turn, contains different projects for each kata, each organized by the different programming languages I have used. The directory structure is as follows:

katas
โ”œโ”€โ”€ kata1
โ”‚   โ”œโ”€โ”€ first_language
โ”‚   โ”œโ”€โ”€ second_language
โ”‚   โ”œโ”€โ”€ third_language
โ”œโ”€โ”€ kata2
โ”‚   โ”œโ”€โ”€ first_language
โ”‚   โ”œโ”€โ”€ second_language
โ”‚   โ”œโ”€โ”€ ...
โ”œโ”€โ”€ kata3

In each of the programming language directories, there is a README.md file with the kata's description.

Clone only one kata

If we want to clone only one or several katas, we can do so using git's sparse-checkout:

# Clone the empty repository
$ git clone --no-checkout https://github.com/Sstark97/katas.git

# Move inside the repository
$ cd katas

# Initialize sparse-checkout
$ git sparse-checkout set <kata-directory>

# Update the workspace to see the changes
$ git read-tree -mu HEAD

It's important to enable "sparse-checkout" mode to do this; otherwise, we won't see any changes. We can do this as follows:

$ git config core.sparseCheckout true

To perform this, we need a version of Git that is greater than or equal to 2.25.

List of Katas ๐Ÿ“š

katas's People

Contributors

sstark97 avatar aitorevi avatar javimartel avatar

Stargazers

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