Skip to content

Commit

Permalink
Fix course info
Browse files Browse the repository at this point in the history
  • Loading branch information
nbirillo committed Sep 8, 2023
1 parent b814f60 commit 2ee3959
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions course-info.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
type: marketplace
title: Introduction to IDE Code Refactoring
title: "Kotlin Onboarding: Collections"
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.
TODO
programming_language: Kotlin
content:
- duckShopServer
Expand Down

0 comments on commit 2ee3959

Please sign in to comment.