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 file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Motivation:
to ssh to the VM without always figuring out what the VM's current IP is.
Windows' default switch dynamically assigns IP address to Hyper V Vms whenever Windows restarts.
To assign a static IP address to a VM, we need to set up an Internal Switch.
You may inverse previous refactorings as software grows
You may change names of a function/parameter/varible/... as you learn
How to use this doc
Go to a section of code smell, and the refactoring techniques to that smell are written in Pascal Case under the Solution section. Refer to the book's catalog to get detailed examples and explainations for each refactoring technique.