generated from jetbrains-academy/java-course-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #35 from jetbrains-academy/course-description
Add course description and fix course name
- Loading branch information
Showing
5 changed files
with
10 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] | ||
|