-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcourse-info.yaml
25 lines (23 loc) · 1.05 KB
/
course-info.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
type: marketplace
title: Introduction to IDE Code Refactoring in Kotlin
language: English
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
url: https://www.jetbrains.com/
programming_language: Kotlin
content:
- Introduction
- RefactoringAndItsPurpose
- CodeStyleAndFormatting
- RenamingCode
- MovingCode
- ExtractingCode
- InliningCode
- RefactoringToDesignPatterns
- Conclusion
environment_settings:
jvm_language_level: JDK_17