Skip to content

Commit 58e9ab6

Browse files
authored
Delete 'on the other hand'.
In the example paragraph under TOOL-01, it is clear a controller script is being explained. In the paragraph following that, a further remark is made about controller scripts, but it read 'Controllers, on the other hand, (...)', which seems to imply the paragraph before that was talking about a tool script, which wasn't the case (it was talking about a controller script helped by several tool scripts, so tool scripts were also mentioned, but the paragraph ends with two sentences about the controller script, so 'on the other hand' in the next paragraph is incorrect and confusing IMHO).
1 parent f0dc492 commit 58e9ab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Best-Practices/Building-Reusable-Tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ For this discussion, it's important to have some agreed-upon terminology. While
77

88
For example, you might write a "New-CorpUser" script, which provisions new users. In it, you might call numerous commands and functions to create a user account, mailbox-enable them, provision a home folder, and so on. Those discrete tasks might also be used in other processes, so you build them as functions. The script is only intended to automate that one process, and so it doesn't need to exhibit reusability concepts. It's a standalone thing.
99

10-
Controllers, on the other hand, often produce output directly to the screen (when designed for interactive use), or may log to a file (when designed to run unattended).
10+
Controllers often produce output directly to the screen (when designed for interactive use), or may log to a file (when designed to run unattended).
1111

1212

1313
# TOOL-02 Make your code modular

0 commit comments

Comments
 (0)