Skip to content

Commit 79a0e98

Browse files
committed
Remove reference sections
1 parent 99b90f8 commit 79a0e98

2 files changed

Lines changed: 3 additions & 15 deletions

File tree

episodes/1-what-is-a-unit-tests.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -168,9 +168,3 @@ A solution is provided in
168168

169169
:::::::::::::::::::::::::::::::::::::::::
170170
::::::::::::::::::::::::::::::::::::::::::::::::
171-
172-
## References
173-
174-
- David Thomas and Andrew Hunt (2019).
175-
[The Pragmatic Programmer: your journey to mastery](https://search.worldcat.org/search?q=bn:9780135957059)
176-
, 20th Anniversary Edition, 2nd Edition. Addison-Wesley Professional.

episodes/2-refactor-fortran.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ implementation of the game of life. A copy of John's code can be found in the ex
3535

3636
### Conway's Game of Life
3737

38-
Conway's Game of life is a cellular automaton devised by the British mathematician John Horton Conway in 1970 (Gardner, 1970).
38+
Conway's Game of life is a cellular automaton devised by the British mathematician John Horton Conway in 1970
39+
-- (Gardner, 1970, [The fantastic combinations of John Conway’s new solitaire game “life” by Martin Gardner](https://web.stanford.edu/class/sts145/Library/life.pdf)).
3940

4041
The universe of the Game of Life is an infinite, two-dimensional orthogonal grid of square cells, each of which is in one of two
4142
possible states, live or dead (or populated and unpopulated, respectively). Every cell interacts with its eight neighbours, which
@@ -723,16 +724,9 @@ This can be achieved with the changes shown in this
723724
When working with Fortran it is common that you will be working with legacy code and a
724725
large scale refactor can feel daunting. Therefore, a great resource for us is
725726
*[Working Effectively with Legacy Code](https://search.worldcat.org/title/660166658)*
726-
(Feathers, 2004)
727+
(Feathers, 2004, [Working Effectively with Legacy Code](https://search.worldcat.org/title/660166658))
727728

728729
If you don't have time to read the entire book, there is a good summary of the key point in this blog post
729730
[The key points of Working Effectively with Legacy Code](https://understandlegacycode.com/blog/key-points-of-working-effectively-with-legacy-code/)
730731

731732
:::::::::::::::::::::::::::::::
732-
733-
## References
734-
735-
- Martin Gardner, 1970.
736-
[The fantastic combinations of John Conway’s new solitaire game “life” by Martin Gardner](https://web.stanford.edu/class/sts145/Library/life.pdf).
737-
Scientific American, 223, pp.120–123.
738-
- Michael Feathers (2004). [Working Effectively with Legacy Code](https://search.worldcat.org/title/660166658). Pearson.

0 commit comments

Comments
 (0)