-
Notifications
You must be signed in to change notification settings - Fork 2
Feedback #1
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
base: feedback
Are you sure you want to change the base?
Feedback #1
Conversation
fix: Fix typos
Mergeable action is preferred way to do this task
feat: Add stubs for AVL, RB, BS balancers feat: Add tree nodes implementation feat: Add tree iterators feat: Add interfaces for future tree implementations
Co-authored-by: aartdem <[email protected]> Co-authored-by: Andrei <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Возможно не нашёл, но где тесты для самого app?
BTW, LGTM
.github/.keep
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Пустой файл? Он нужен для чего-то или просто лежит сам по себе?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Плохое название файла для actions, imho. Я и так знаю, что это CI. Может лучше что-то по типу "gradle build"
|
||
Ответ на вопрос что должен содержаться в заголовке пулл реквеста. На остальные вопросы ответ должен быть в описании. | ||
|
||
**НЕ ТЫКАТЬ НА ЗЕЛЕНУЮ КНОПОЧКУ `REBASE AND MERGE` БЕЗ РЕВЬЮ** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
А вы не просили добавить настройку, чтобы нельзя было смержить без обязательного ревью хотя бы одного?
|
||
services: | ||
neo4j: | ||
image: neo4j:latest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Грустно использовать latest, из опыта могу сказать, что лучше строго указать версию. Потом меньше мучаться когда ничего не работает ♿
- NEO4J_AUTH=neo4j/password | ||
|
||
postgres: | ||
image: postgres:latest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same story
macOS { | ||
iconFile.set(project.file("src/main/resources/icon.icns")) | ||
} | ||
windows { | ||
iconFile.set(project.file("src/main/resources/icon.ico")) | ||
} | ||
linux { | ||
iconFile.set(project.file("src/main/resources/icon.png")) | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
А вот тут нельзя было просто сразу везде задать iconFile?
И лучше бы не хардкодить, а переменную создать с путём до иконки. Не очень с gradle дружу, но вроде так можно
👋! GitHub Classroom created this pull request as a place for your teacher to leave feedback on your work. It will update automatically. Don’t close or merge this pull request, unless you’re instructed to do so by your teacher.
In this pull request, your teacher can leave comments and feedback on your code. Click the Subscribe button to be notified if that happens.
Click the Files changed or Commits tab to see all of the changes pushed to
main
since the assignment started. Your teacher can see this too.Notes for teachers
Use this PR to leave feedback. Here are some tips:
main
since the assignment started. To leave comments on specific lines of code, put your cursor over a line of code and click the blue + (plus sign). To learn more about comments, read “Commenting on a pull request”.main
. Click a commit to see specific changes.For more information about this pull request, read “Leaving assignment feedback in GitHub”.
Subscribed: @toadharvard @Urtix @YazoonDinalt