Skip to content

Wording change, better clarity #277

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 1, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion data/part-7/4-introduction-to-programming.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Matka jatkuu ohjelmoinnin jatkokurssilta, joka alkaa materiaalin kahdeksannesta
Tarkemmat ohjeet koeilmoittatumiseen löydät sivulta [Koe ja Moodle-ilmoittautuminen](/koe-ja-moodle-ilmoittautuminen). -->


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).
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).

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

Expand Down