Skip to content

Commit

Permalink
build (course) Course updated to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Geravant authored and onewhl committed Apr 2, 2024
1 parent 8e9c0ec commit 126952c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions course-info.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
type: marketplace
title: Introduction to IDE Code Refactoring in Java
language: English
summary:
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 +21,4 @@ content:
- RefactoringToDesignPatterns
- Conclusion
environment_settings:
jvm_language_level: JDK_21
jvm_language_level: JDK_19
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: 24051
course_version: 1
course_version: 2
generated_edu_id: Introduction to IDE Java Code Refactoring_JetBrains_JAVA

0 comments on commit 126952c

Please sign in to comment.