This repository has been archived by the owner on Oct 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Réécriture complète de la structure du projet #178
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Objectifs de la PR : - Retirer toute les classes du projet pour plus être orienté vers de la programmation fonctionnelle - Créer un système d'auto-loading beaucoup plus propre avec des fichiers séparer les uns des autres - Utilisation d'arrows functions a la place de regulars functions - Nouvelle convention de nommage des fichiers *(kebab-case, fonctionnalité du fichier défini en `file.functionnalité.ts`, export barrel pour les choses pas auto load)* Pour l'instant les exports sont un peu défini de manière magique, mais dans le futur cette PR viendra fix ça : microsoft/TypeScript#38511
- Use kamel-case for `Client.ts` - Ignore `.vscode` folder
- `isFolderExist` function moved in `./utils/function` - `EnableInDev` type moved in `./utils/handler/handler.type.ts`
Il faudra aussi prendre en compte le fait que le bot soit maintenant sur deux Discord (game et pro). Il faudrait que l'intégralité des fonctionnalités soit correctement compatible / synchroniser entre les deux Discord (dans la limite des possibilités de l'API bien entendu). |
Bluzzi
added
enhancement
New feature
and removed
refactor
Improvement of an existing code
labels
Apr 3, 2023
Bluzzi
changed the title
Refactoring all projet
Réécriture complète de la structure du projet
Apr 3, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Objectifs de la PR :
file.functionnalité.ts
, export barrel pour les choses pas auto load).ts
Pour l'instant les exports sont un peu défini de manière magique, mais dans le futur cette PR viendra fix ça : microsoft/TypeScript#38511
Avancement de la conversion
Commands
Events
Tasks
En profiter pour close ces issues :
/inactive
#163