Skip to content

Commit fc5a2e6

Browse files
committed
minor fix
Signed-off-by: Konstantin Läufer <[email protected]>
1 parent e06b317 commit fc5a2e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/objectoriented.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ In this chapter, we recap the object-oriented programming paradigm with examples
55
As discussed, we take object-oriented code to mean code that includes definitions of domain models, i.e., basic domain- or application-specific abstractions, or uses object-oriented frameworks (as opposed to general-purpose object-oriented libraries).
66

77

8-
Making console applications testable
9-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8+
Making command-line applications testable
9+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1010

1111
Marking the beginning of our transition to the object-oriented paradigm, we had to define a new abstractions (type)
1212
to make the `sliding queue application <https://github.com/lucproglangcourse/consoleapp-java>`_ testable.

0 commit comments

Comments
 (0)