Skip to content
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

Add course description and fix course name #35

Merged
merged 1 commit into from
Apr 2, 2024
Merged
Show file tree
Hide file tree
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 Conclusion/Conclusion/Conclusion/task.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Congratulations! 🎉
<img src="../../../common/src/main/resources/images/Conclusion/Conclusion/conclusion_conclusion.png" alt="Conclusion" width="400"/>
</p>

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.

Expand Down
2 changes: 1 addition & 1 deletion Conclusion/FeedbackSurvey/FeedbackSurvey/task.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion Introduction/GettingToKnowYou/GettingToKnowYou/task.md
Original file line number Diff line number Diff line change
@@ -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).
2 changes: 1 addition & 1 deletion Introduction/Introduction/Introduction/task.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.✨

<p align="center">
<img src="../../../common/src/main/resources/images/Introduction/Introduction/introduction_intro.png" alt="Introduction" width="400"/>
Expand Down
9 changes: 6 additions & 3 deletions course-info.yaml
Original file line number Diff line number Diff line change
@@ -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: [email protected]
Expand Down
Loading