Skip to content

Commit

Permalink
Bulk Changes in Builder pt1
Browse files Browse the repository at this point in the history
- Revised some documentation within Build()
- If anything can be one-liner statements within the Build() function, do it.  Only some are affected with this change.
- Revised __PrerequisiteCheck() description block.
- Removed the three variables within the __PrerequisiteCheck() as they are not needed and can be handled as needed within the function.
- Any calls to DisplayBulletListMessage() will now be multi-lines, making it easier to read in __PrerequisiteCheck().
- Revised messages that are displayed onto the terminal from __PrerequisiteCheck()
- Revised the messages that are recorded to the logfile from __PrerequisiteCheck().
- When __PrerequisiteCheck() detects the Project's Source Files, also show the same path to the user.
- When __PrerequisiteCheck() detects the parent output directory, also show the same path to the user.
- Revised __GenerateArchiveFileName() function description block.
- Updated __GenerateArchiveFileName() signature to be a void, but will take a string reference that will provide the filename.
- Revised the messages that are shown to the user from the __GenerateArchiveFileName() function.
- Revised __GenerateOutputPath() function description block.
- Revised __GenerateOutputPath() signature, to return a bool flag signifying if the function completed successfully, and takes a reference as its argument for a output path string.
- Enhanced __GenerateOutputPath() to try to create the project's output directory when it doesn't already exist.

#123
  • Loading branch information
SibTiger committed Jan 10, 2025
1 parent 6fe0c6a commit a620529
Showing 1 changed file with 257 additions and 150 deletions.
Loading

0 comments on commit a620529

Please sign in to comment.