You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: episodes/7-refactoring-fortran/challenge/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Introduction to Unit Testing in Fortran - Challenge: Identify bad practice for unit testing Fortran
1
+
# Refactoring Fortran
2
2
3
3
This exercise aims to teach principles of writing better Fortran; that is Fortran which is clear, maintainable and testable.
4
4
@@ -20,7 +20,7 @@ cmake --build build
20
20
21
21
## Tasks
22
22
23
-
Implement the principles described in [the refactoring lesson](#tasks).
23
+
Implement the principles described in [the refactoring lesson](https://github-pages.arc.ucl.ac.uk/fortran-unit-testing-lesson/2-refactor-fortran.html).
24
24
25
25
To ensure you are not changing the actual behaviour of the src code, every time you make a change,
26
26
compare the output before and after. To do this store the output before making a change in a file
Copy file name to clipboardExpand all lines: episodes/7-refactoring-fortran/solution/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Introduction to Unit Testing in Fortran - Solution: Identify bad practice for unit testing Fortran
1
+
# Refactoring Fortran - Solution
2
2
3
3
The solution provided here is an entirely self-contained project which can be run, as before, using
4
4
the following commands from within this dir.
@@ -11,7 +11,7 @@ cmake --build build
11
11
12
12
## Tasks
13
13
14
-
> Implement the principles described in [the refactoring lesson](#tasks)
14
+
> Implement the principles described in [the refactoring lesson](https://github-pages.arc.ucl.ac.uk/fortran-unit-testing-lesson/2-refactor-fortran.html)
0 commit comments