Merge pull request #431 from zachvalenta/patch-1

fix typo - Thank you!
This commit is contained in:
1cg 2021-03-21 07:48:32 -06:00 committed by GitHub
commit f3c7c43c58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ A good software architect is someone who manages their software budget effective
### Complexity Growth
I assert, without evidence, that Stewartian Application Complexity grows roughly geometrically with the size of an
application. By proper factoring by experience developers, this curve can be held down for quite some time, and this
application. By proper factoring by experienced developers, this curve can be held down for quite some time, and this
is one major reason why many good developers are so much more productive than others.
However, this doesn't change the fact that, somewhere out there, there is a Complexity Wall lurking and, if you aren't
@ -64,4 +64,4 @@ apart or aggressive refactoring. We must always bear in mind [Chesterton's Fenc
If an application is functioning well (or even reasonably) then we should assume that the complexity budget was well
(or reasonably) managed. And we must also bear in mind that, with unfortunate frequency, attempts at addressing complexity
in existing, large applications often fail or, sadly, make things worse.
in existing, large applications often fail or, sadly, make things worse.