Skip to content

Conversation

@dkaznacheev
Copy link
Owner

No description provided.

Copy link

@dzharkov dzharkov left a comment

Choose a reason for hiding this comment

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

Текущая оценка: 7.5
Макс. оценка: 8.5

System.out.println("No such file");
return;
}
try (FileOutputStream out = new FileOutputStream(name)) {

Choose a reason for hiding this comment

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

Опять ручная манипуляция байтовыми массивами, -1

}

private FolderDescription requestFolderDescription(String name) {
System.out.println("1 " + name);

Choose a reason for hiding this comment

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

Давайте убирать перед проверкой логгирование. -0.5

}

private static String getNewPath(String path, String name) {
if (path.equals("./")) {

Choose a reason for hiding this comment

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

Меня смущает, что используется много магических path-related констант.
Пока -1, надо переписать так, чтобы получилось ОС и ФС независимо

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.

3 participants