-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Build() has all single-liner statements to make life easier. - Revised the rest of the comments within the Build() function. - Forgot to make the __DisplayBulletListMessage() multi-lines within __GenerateArchiveFileName() - Revised the tab space of the bullet points when an error is reached in the __GenerateOutputPath() function. - Revised the __CreateProjectTemporaryDirectory() function's description block. - Removed the logging variables in the top-most Declarations and Init. variable block within __CreateProjectTemporaryDirectory() function. - Immediately initialize the $directoryKeyTerm to a meaningful value, instead of $NULL in __CreateProjectTemporaryDirectory(). - Revised the messages that are shown to the user from __CreateProjectTemporaryDirectory(). - Changed the tab-spacing when a bullet point is shown from __CreateProjectTemporaryDirectory() - __DisplayBulletListMessage() is now multi-line within __CreateProjectTemporaryDirectory() making it a bit easier to read. #123
- Loading branch information
Showing
1 changed file
with
50 additions
and
47 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
c64910b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wish GitHub for Windows prompts you to add a title to commits.
The title for this should be Bulk Changes it Builder pt2