Make paths customizeable
- 主要言語
- JavaScript
- スター
- 1.6k
- フォーク
- 179
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
There are a lot of places in the app that have hardcoded paths, a big blob of these exist inside https://github.com/1602/compound/blob/master/lib/compound.js
If possible I want my app-folder to be called "server" and also put the config-folder inside the app(server)-folder.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
The main file to examine is lib/compound.js, which contains many hardcoded paths. Start by identifying all path references in that file and understanding how they are used. Determine where configuration for paths should be centralized, likely in a config file or environment variables. Check if there are existing tests for path handling to ensure changes don't break functionality.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- javascript, node.js
- 領域
- backend, tooling
- issue の種類
- リファクタリング
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 45/100