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
This is an important issue to resolve before doing anything else. If we can't resolve it, we'll need to use a refactoring engine with less overhead. I would start by looking into the Alt+D solution. After that, check the forums and post asking if it's possible to turn off the preview prompt. When I checked it wasn't but maybe they've updated it.
Finish Matrix
Adding the logic check for the method overloading is the last step for the current operations. It'll be good to finish it so we don't forget about it later.
Matrix design
After these, we need to think of the best way to design the matrix so it's extensible. Danny suggested double dispatch. Another possible solution is strategy pattern.
The text was updated successfully, but these errors were encountered:
Resolve class rename issue
This is an important issue to resolve before doing anything else. If we can't resolve it, we'll need to use a refactoring engine with less overhead. I would start by looking into the Alt+D solution. After that, check the forums and post asking if it's possible to turn off the preview prompt. When I checked it wasn't but maybe they've updated it.
Finish Matrix
Adding the logic check for the method overloading is the last step for the current operations. It'll be good to finish it so we don't forget about it later.
Matrix design
After these, we need to think of the best way to design the matrix so it's extensible. Danny suggested double dispatch. Another possible solution is strategy pattern.
The text was updated successfully, but these errors were encountered: