You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like a good idea to start by documenting the library’s current behavior (e.g., in the README file). This could serve as a foundation for further discussions on what qualifies as breaking and what does not.
From what I’ve observed, it’s unlikely that a single approach will suit everyone’s needs. To address this, we might need a mechanism that allows users to configure how each rule is interpreted. Fortunately, we already have a configuration mechanism – BackwardIncompatibleProp – that can be utilized for this purpose.
I propose using this discussion to
document the library’s current behavior
identify which aspects of the behavior are perceived as breaking or non-breaking
explore ways to improve the configuration mechanism and the process for adding new rules.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I’ve noticed that questions and issues related to how the library interprets breaking vs. non-breaking changes come up quite frequently:
It seems like a good idea to start by documenting the library’s current behavior (e.g., in the README file). This could serve as a foundation for further discussions on what qualifies as breaking and what does not.
From what I’ve observed, it’s unlikely that a single approach will suit everyone’s needs. To address this, we might need a mechanism that allows users to configure how each rule is interpreted. Fortunately, we already have a configuration mechanism – BackwardIncompatibleProp – that can be utilized for this purpose.
I propose using this discussion to
Looking forward to your thoughts and suggestions!
Beta Was this translation helpful? Give feedback.
All reactions