-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Renames port finding functions for clarity.
The original names of `findAnOpenPort` and `findAClosedPort` were ambiguous. While the functions were referring to port status, open could be interpreted as available. New functions are `findAPortInUse` and `findAPortNotInUse`. Verbose, yes. I am open to suggestions that keep the same tense and verb usage. So, not `findAnAvailablePort` and `findAPortInUse`, for example.
- Loading branch information
1 parent
bb0356a
commit cc71a02
Showing
3 changed files
with
38 additions
and
35 deletions.
There are no files selected for viewing
This file contains 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 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 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