Skip to content

Commit 6228c80

Browse files
Merge pull request rage#277 from jwhiteside11/patch-3
Wording change, better clarity
2 parents 4634e54 + 4ba5a72 commit 6228c80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/part-7/4-introduction-to-programming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Matka jatkuu ohjelmoinnin jatkokurssilta, joka alkaa materiaalin kahdeksannesta
1313
Tarkemmat ohjeet koeilmoittatumiseen löydät sivulta [Koe ja Moodle-ilmoittautuminen](/koe-ja-moodle-ilmoittautuminen). -->
1414

1515

16-
During the first seven parts you've become familiar with the basics of programming and produced many functioning program. You now know how to use variables, conditionals, loops and methods. You know that the naming of variables and methods affects the understandability of your programs. You've also dived deeper into the world of object-oriented programming, and to the wording of your programs through it. In addition, you've become acquainted with one of the most important tools of a professional developer - the integrated development environment (IDE).
16+
During the first seven parts you've become familiar with the basics of programming and produced many functioning program. You now know how to use variables, conditionals, loops and methods. You know that the naming of variables and methods affects the understandability of your programs. You've also dived deeper into the world of object-oriented programming, and structuring your programs in an object-oriented fashion. In addition, you've become acquainted with one of the most important tools of a professional developer - the integrated development environment (IDE).
1717

1818
The journey continues with the Java Programming II Course, which begins with part 8 of the material.
1919

0 commit comments

Comments
 (0)