Skip to content

Commit

Permalink
Update to v9 after uploading to MP
Browse files Browse the repository at this point in the history
  • Loading branch information
kochaika committed Dec 20, 2024
1 parent 558f53d commit ff8548a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
id: 570464246
4 changes: 2 additions & 2 deletions course-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ language: English
summary: |-
This course will introduce you to refactorings and the IDE features that will help you to perform them in an effective way. You will learn to recognize refactoring opportunities in code and to deal with them. Using automatic IDE refactorings, you will transform code to improve its structure, readability, and maintainability.
The course consists of 8 sections. Each section focuses on one group of refactorings and provides brief theory and several small tasks for practice. We will move on from small local refactoring changes to more complex ones, which affect the entire project architecture.
vendor:
name: JetBrains
Expand All @@ -22,4 +22,4 @@ content:
- RefactoringToDesignPatterns
- Conclusion
environment_settings:
jvm_language_level: JDK_19
jvm_language_level: JDK_17
2 changes: 1 addition & 1 deletion course-remote-info.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
id: 23048
course_version: 8
course_version: 9
generated_edu_id: Introduction to IDE Code Refactoring_Igor Gerasimov_kotlin

0 comments on commit ff8548a

Please sign in to comment.