diff --git a/Conclusion/Conclusion/Conclusion/task.md b/Conclusion/Conclusion/Conclusion/task.md index 15b3fe2..dff0a5a 100644 --- a/Conclusion/Conclusion/Conclusion/task.md +++ b/Conclusion/Conclusion/Conclusion/task.md @@ -6,7 +6,7 @@ Congratulations! 🎉
-You've completed the **Introduction to IDE Java Code Refactoring** course. +You've completed the **Introduction to IDE Code Refactoring in Java** course. You've dived into the art of enhancing code quality, improving software design, and mastering techniques to make your codebase more readable, maintainable, and flexible. diff --git a/Conclusion/FeedbackSurvey/FeedbackSurvey/task.md b/Conclusion/FeedbackSurvey/FeedbackSurvey/task.md index ee9c2f5..64b2e02 100644 --- a/Conclusion/FeedbackSurvey/FeedbackSurvey/task.md +++ b/Conclusion/FeedbackSurvey/FeedbackSurvey/task.md @@ -1,6 +1,6 @@ # Feedback survey -Thank you for taking our Introduction to IDE Java Code Refactoring course! +Thank you for taking our Introduction to IDE Code Refactoring in Java course! We would really appreciate it if you could take a few minutes to answer [our survey](https://surveys.jetbrains.com/s3/course-feedback-ide-code-refactoring-java). Your feedback will help us improve this course and make it relevant for future students. diff --git a/Introduction/GettingToKnowYou/GettingToKnowYou/task.md b/Introduction/GettingToKnowYou/GettingToKnowYou/task.md index 9168f82..9216a0e 100644 --- a/Introduction/GettingToKnowYou/GettingToKnowYou/task.md +++ b/Introduction/GettingToKnowYou/GettingToKnowYou/task.md @@ -1,5 +1,5 @@ # Getting to know you -Thank you for taking our Introduction to IDE Java Code Refactoring course! +Thank you for taking our Introduction to IDE Code Refactoring in Java course! We would be happy to get to know you a bit better, so we’re asking you to fill out [this brief form](https://surveys.jetbrains.com/s3/course-introduction-ide-java-refactoring). diff --git a/Introduction/Introduction/Introduction/task.md b/Introduction/Introduction/Introduction/task.md index 465e935..c249929 100644 --- a/Introduction/Introduction/Introduction/task.md +++ b/Introduction/Introduction/Introduction/task.md @@ -2,7 +2,7 @@ Hello! -Welcome to the **Introduction to IDE Java Code Refactoring** course.✨ +Welcome to the **Introduction to IDE Code Refactoring in Java** course.✨diff --git a/course-info.yaml b/course-info.yaml index 83dbb9a..b469f73 100644 --- a/course-info.yaml +++ b/course-info.yaml @@ -1,8 +1,11 @@ type: marketplace -title: Introduction to IDE Java Code Refactoring +title: Introduction to IDE Code Refactoring in Java language: English -summary: Here you can put the course description. You can use HTML tags inside the - description. +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 email: support@jetbrains.com