File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ \section{Introduction}
88In the beginning developers created the \textit {big ball of mud }.
99It was without form and void, and darkness was over the face of the developers\footnote {Liberties taken from
1010\href {https://www.biblegateway.com/passage/?search=gen+1\&version=ESV}{Genesis 1:1-2}.}.
11- The big ball of mud is an architectural style identified by it's lack of architectural style \cite {ballofmud }.
11+ The big ball of mud is an architectural style identified by its lack of architectural style \cite {ballofmud }.
1212In a big ball of mud architecture, all components of the system are allowed to communicate directly with each other.
1313If the GUI code wants data from the database, it will write an SQL query and send it to directly to the database.
1414Likewise, if the code which primarily talks to the database decides the GUI needs to be updated in a particular way, it will do so.
You can’t perform that action at this time.
0 commit comments