@@ -28,7 +28,7 @@ <h3>Harder to read and understand</h3>
2828number of actions.</ em > </ p >
2929< h3 > Harder to maintain and modify</ h3 >
3030< p > Such complexity makes the controller < strong > harder to maintain and modify</ strong > , slowing down new development and < a
31- href ="https://arxiv.org/ftp/arxiv/papers/ 1912/1912 .01142.pdf "> increasing the likelihood of bugs</ a > .</ p >
31+ href ="https://arxiv.org/abs/ 1912.01142 "> increasing the likelihood of bugs</ a > .</ p >
3232< p > < em > For example, a change in < code > MediaController</ code > made for the movies APIs may inadvertently have an impact on the photos APIs as well.
3333Because the change was made in the context of movies, tests on photos may be overlooked, resulting in bugs in production.</ em > </ p >
3434< p > < em > That would not be likely to happen when two distinct controllers, < code > MovieController</ code > and a < code > PhotoController</ code > , are
@@ -214,7 +214,7 @@ <h3>Documentation</h3>
214214 < li > Sonar - < a href ="https://www.sonarsource.com/docs/CognitiveComplexity.pdf "> Cognitive Complexity</ a > </ li >
215215 < li > Wikipedia - < a href ="https://en.wikipedia.org/wiki/Single_responsibility_principle "> Single responsibility principle</ a > </ li >
216216 < li > Wikipedia - < a href ="https://en.wikipedia.org/wiki/Mediator_pattern "> Mediator pattern</ a > </ li >
217- < li > Wolverine - < a href ="https://wolverinefx.io/tutorials /getting-started.html "> Getting Started</ a > </ li >
217+ < li > Wolverine - < a href ="https://wolverinefx.io/introduction /getting-started.html "> Getting Started</ a > </ li >
218218</ ul >
219219< h3 > Articles & blog posts</ h3 >
220220< ul >
@@ -227,8 +227,8 @@ <h3>Articles & blog posts</h3>
227227</ ul >
228228< h3 > Conference presentations</ h3 >
229229< ul >
230- < li > Cornell University arxiv.org - < a href ="https://arxiv.org/ftp/arxiv/papers/ 1912/1912 .01142.pdf "> Changqi Chen: An Empirical Investigation of
231- Correlation between Code Complexity and Bugs</ a > </ li >
230+ < li > Cornell University arxiv.org - < a href ="https://arxiv.org/abs/ 1912.01142 "> Changqi Chen: An Empirical Investigation of Correlation between Code
231+ Complexity and Bugs</ a > </ li >
232232</ ul >
233233< h3 > Related rules</ h3 >
234234< ul >
0 commit comments