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

Adding solutions to pass tests #4

Merged
merged 3 commits into from
Jul 17, 2023
Merged

Adding solutions to pass tests #4

merged 3 commits into from
Jul 17, 2023

Conversation

anchouls
Copy link
Contributor

No description provided.

@anchouls anchouls requested review from onewhl and removed request for onewhl July 17, 2023 13:15
@anchouls anchouls requested a review from onewhl July 17, 2023 14:19
Copy link
Collaborator

@onewhl onewhl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@anchouls thank you! Please, take a look at the comments. Let's do different tasks in different PRs, it will simplify the code review process a lot. For example, there is a separate task for README, you already added it here, so let's leave it here, but for the next time please submit your work in corresponding PRs.

@@ -3,9 +3,9 @@ package jetbrains.refactoring.course.formatting
import java.io.File
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we ask people to remove unused import in this task as well?
If it's a file with correct solution, there shouldn't be a line with unused import, right?

placeholder_text: |-
package jetbrains.refactoring.course.formatting

import java.io.File
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm a bit worried that we have the same text in different places. What if we change it in one place and forget to change in another one?


Topics covered:

- refactoring definition;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some topics are written from capital letter, some not...

README.md Outdated

## Getting started

This course is available (TODO) on JetBrains Marketplace and can be installed from the
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If it's not available yet, let's just don't write about it

README.md Outdated
git clone https://github.com/jetbrains-academy/refactoring-course.git
```

2. Install [npm](https://www.npmjs.com/) and [yarn](https://yarnpkg.com/) on your computer.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we need it?

README.md Outdated

2. Install [npm](https://www.npmjs.com/) and [yarn](https://yarnpkg.com/) on your computer.

3. Run yarn install in each module with frontend.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure about steps 2 and 3. I just build project and run Course preview action...

contributing.md Outdated
@@ -0,0 +1,46 @@
# What this repository is

This repository contains sources of the Refactoring course.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

of the Refactoring in IDE course.

@anchouls anchouls requested a review from onewhl July 17, 2023 16:09
@onewhl onewhl merged commit ce0ccac into main Jul 17, 2023
1 check passed
@anchouls anchouls deleted the anchouls/adding-solutions branch July 25, 2023 08:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants