Skip to content

Commit

Permalink
Merge pull request #35 from jetbrains-academy/course-description
Browse files Browse the repository at this point in the history
Add course description and fix course name
  • Loading branch information
Geravant authored Apr 2, 2024
2 parents 1a4fdf3 + 4091330 commit 8e9c0ec
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
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

0 comments on commit 8e9c0ec

Please sign in to comment.