@@ -14,13 +14,12 @@ status:
1414In 2002,
1515the United States Congress enacted
1616the [ Sarbanes–Oxley Act] ( https://en.wikipedia.org/wiki/Sarbanes–Oxley_Act ) ,
17- which introduced broad oversight to corporations,
17+ which introduced broad oversight to corporations
1818in response to accounting scandals at companies like
1919[ Enron] ( https://en.wikipedia.org/wiki/Enron_scandal ) and
2020[ MCI WorldCom] ( https://en.wikipedia.org/wiki/MCI_Inc.#Accounting_scandals )
2121around that time.
2222This act,
23- along with other regulations like
2423<a href =" https://en.wikipedia.org/wiki/PCI_DSS " >
2524<abbr title =" Payment Card Industry Data Security Standard " >PCI</abbr >
2625</a >
@@ -56,12 +55,12 @@ with distinct log levels and configurable output settings.
5655
5756_ Sarbanes–Oxley_ is notable for giving rise to
5857_ [ Yates v. United States] ( https://www.oyez.org/cases/2014/13-7451 ) _ :
59- a delightful Supreme Court case that raised the question of
60- whether fish (🐟) are considered to be "tangible objects"
61- for purposes of that statute.
58+ a delightful Supreme Court case that asked the question
59+ _ "Are fish (🐟) tangible objects?"
6260
6361Although the Court found in a 5 – 4 decision
64- that fish are not, _ in fact_ , "tangible objects",
62+ that fish are _ not_ , in fact, "tangible objects"
63+ (for purposes of the statute),
6564we remain unconvinced
6665for the same reasons articulated in
6766[ Justice Kagan's dissent] ( https://supreme.justia.com/cases/federal/us/574/528/#tab-opinion-3243031 )
@@ -119,8 +118,8 @@ from WWDC 2018.
119118
120119As always,
121120an example would be helpful in guiding our discussion.
122- In the spirit of transparency,
123- let's imagine writing Swift program
121+ In the spirit of transparency and nostalgia ,
122+ let's imagine writing a Swift program
124123that audits the finances of a '00s Fortune 500 company.
125124
126125``` swift
142141}
143142```
144143
145- An ` Auditor ` type is responsible for polls for changes to a directory
146- _ (an FTP server, for nostalgia 's sake )_ .
144+ An ` Auditor ` type polls for changes to a directory
145+ _ (an FTP server, because remember: it 's 2003 )_ .
147146Each time a file is added, removed, or changed,
148147its contents are audited for discrepancies.
149148If any financial oddities are encountered,
0 commit comments