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
Breaking Change is a thorn in the flesh. There will come a time when we will be forced to make a change that changes the class name/method sinature. What if we could go ahead and develop a process on how to communicate such a change in advance and provide a migration tool to help with the transition? To do this, it might be best to identify possible scenarios that could change:
class name changes
namespace changes
add public|protected return type (without change)
add public|protected method argument type (without change)
For now, I think a know-how collection with practical and working patterns is enough. When the time comes, we will have something to work with.
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
-
Breaking Change is a thorn in the flesh. There will come a time when we will be forced to make a change that changes the class name/method sinature. What if we could go ahead and develop a process on how to communicate such a change in advance and provide a migration tool to help with the transition? To do this, it might be best to identify possible scenarios that could change:
For now, I think a know-how collection with practical and working patterns is enough. When the time comes, we will have something to work with.
Beta Was this translation helpful? Give feedback.
All reactions