AlexConnat / AlexConnat/PracticeJazzChords

Refactor the utility functions

オープン
#5 コメント 1 件 リアクション 0 件 担当者 1 名 @lewisyng が担当を希望しています GitHub で見る
good first issue
主要言語
JavaScript
スター
0
フォーク
0
PR マージ指標
30日以内にマージされた PR はありません

説明

A lot of functions in this code have a very unique purpose, and could be written in a separate `utils.js` file. They could even be tested individually by unit tests. Bigger functions could be split in smaller functional modules.

For instance, a function that takes as an input a chord, and a list of chord tones and extensions (e.g: 3rd, 7th and 9th), and return what these chord tones and extensions are, for this particular chord.
**Example:** With a C7b9 chord, the function would return ['E', 'Bb', 'Db']

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。