Coder Social home page Coder Social logo

interactive-sort's Introduction

Node Typescript Boilerplate

What's inside

Typescript

Targeting Node 18 as a target runtime as it's the latest LTS version at the time of writing and both AWS as well as Vercel support it now.

Prettier

Used for automatic formatting. Can be run manually via hotkey in VS Code. Is run automatically before git commits (with husky and lint-staged).

ESLint

Advanced linting to prevent common errors.

VS Code launch script

Useful for easily running the debugger. Automatically loads environment variables from the .env file.

interactive-sort's People

Contributors

gerritplehn avatar

Watchers

 avatar

interactive-sort's Issues

Equal items aren't properly handled

When two items are being selected as equal in a prompt, the program still asks unnecessary questions afterwards.
In the case of 669580c with the options ['Pizza', 'Pasta', 'Kebab'] the user gets asked which of ['Pizza', 'Pasta'] is better in prompt #1.

If the user answers Equal, prompt #2 is for ['Pasta', 'Kebab'].

Regardless of the answer, prompt #3 for ['Kebab','Pizza'] is shown, which can lead to conflicting results.

As an example, assume we picked Pasta > Kebab in prompt #2

a = score(Pizza)
b = score(Pasta)
c = score(Kebab)

Prompt #1
a = b

Prompt #2
b > c

=> a > c

At this point we know that a MUST be better than c, however prompt #3 gives us the option to override this.

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.