Make paths customizeable
- Vorherrschende Sprache
- JavaScript
- Sterne
- 1.6k
- Forks
- 179
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
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.
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Rechercherichtung
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.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- javascript, node.js
- Bereich
- backend, tooling
- Issue-Typ
- Refactoring
- Schwierigkeit
- 3/5
- Geschätzter Aufwand
- 1-2 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 45/100