-
-
Notifications
You must be signed in to change notification settings - Fork 410
Open
Labels
type: enhancementNew feature or requestNew feature or request
Description
There are a bunch of decisions where there are multiple solutions with different advantages and drawbacks.
Some of the issues I have stumbled over so far have been:
- The appropriate scope of individual plugins. When to write your feature into an existing plugin, and when to write a new plugin. For example: Should plugins that refactor code be written into the
hls-refactor-plugin, or be standalone plugins? - When should projects use
usevsuseWithStalevsuseWithStaleFast. For example, should a plugin that modifies code rely onuseWithStale? (More consistently available with the possibility of corrupting code)
I imagine there are more of these issues where there is no obvious solution, with advantages and drawbacks for each available solution. Once more of these issues have been listed, for the consistency of the project, it would be beneficial for the team to lay out the project's chosen way of resolving these issues. This way, future features can have such decisions taken into consideration, and old code can be progressively refactored to adhere to such decisions.
fendor, michaelpj and July541
Metadata
Metadata
Assignees
Labels
type: enhancementNew feature or requestNew feature or request