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
When going through the VS Code - Refactoring tutorial, I realized that the tutorial video under Extract Method also showed how to Rename extracted methods.
I think some students may get confused as their focus might still be at Extract Method step and they have not yet learned how to perform the Rename action.
I suggest that we split the video into 2 separate ones, one video shows only the Extract Method while the other only the Rename part, and place the 2nd video under Rename section.