Make paths customizeable
- Lingua principale
- JavaScript
- Stelle
- 1.6k
- Fork
- 179
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Direzione di ricerca
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.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- javascript, node.js
- Ambito
- backend, tooling
- Tipo di issue
- Refactoring
- Difficoltà
- 3/5
- Tempo stimato
- 1-2 giorni
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 45/100