8000 GitHub - SwannHERRERA/operation-kata
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

SwannHERRERA/operation-kata

 
 

Repository files navigation

🧰 TypeScript Operation kata | 2022

The Goal

The goal of this kata is to refactor the code of do-operation service to make it more:

  • readable
  • maintainable
  • extensible
  • testable

You have to refactor the code of calculate in priority

Scripts

npm run start:dev

Starts the application in development using nodemon and ts-node to do hot reloading.

avec node 18 t'es plus obligé d'utilisé nodemon

npm run start

Starts the app in production by first building the project with npm run build, and then executing the compiled JavaScript at build/index.js.

npm run build

Builds the app at build, cleaning the folder first.

npm run test

Runs the jest tests once.

npm run test:dev

Run the jest tests in watch mode, waiting for file changes.

npm run prettier-format

Format your code.

npm run prettier-watch

Format your code in watch mode, waiting for file changes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.4%
  • JavaScript 2.6%
0