Skip to content

Stages 2,3,4,5,6#1

Open
kostylevv wants to merge 5 commits into
hyperskill:masterfrom
kostylevv:master
Open

Stages 2,3,4,5,6#1
kostylevv wants to merge 5 commits into
hyperskill:masterfrom
kostylevv:master

Conversation

@kostylevv
Copy link
Copy Markdown

No description provided.

@kostylevv kostylevv changed the title Stage 2 Stages 2,3 Nov 26, 2018
@kostylevv kostylevv changed the title Stages 2,3 Stages 2,3,4 Nov 26, 2018
@kostylevv kostylevv changed the title Stages 2,3,4 Stages 2,3,4,5 Nov 27, 2018
@kostylevv kostylevv changed the title Stages 2,3,4,5 Stages 2,3,4,5,6 Dec 22, 2018

return result;


Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I see too many new lines within this code.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Fixed

Comment thread src/simpleSearchEngine/Main.java Outdated
}


public List<T> findAll(String[] terms) throws Exception {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

A problem with formatting

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Fixed

Comment thread src/simpleSearchEngine/Main.java Outdated

List<String> index = element.getIndex();

for (String string : index) {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

There is a problem with formatting

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Fixed


public class Util {

private static final String DB_PATH = "db\\";
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Good constant

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Thanks!

System.out.print("Hello world!");
import java.util.*;

class Main {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

In general, this code is well-decomposed but has formatting problems.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Thank you!

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