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

PR for graduate project #1

Open
wants to merge 53 commits into
base: master
Choose a base branch
from
Open

PR for graduate project #1

wants to merge 53 commits into from

Conversation

skaurus
Copy link
Owner

@skaurus skaurus commented Jun 25, 2022

Выпускной проект курса Go-разработчик от Яндекс.Практикума. ТЗ описано в SPECIFICATION.md

For English-speaking readers: this pull request contains my work on graduate project for "Go developer" course from Yandex.Practicum. Specification to which it must conform is given in SPECIFICATION.md in Russian language.

@skaurus skaurus changed the title chore: server boilerplate PR for graduate project Jun 30, 2022
skaurus added 29 commits July 3, 2022 11:55
Copy link

@schetininl schetininl left a comment

Choose a reason for hiding this comment

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

Проект в целом сделан хорошо. Есть один момент. В модуле app намешано много всего. И транспортный уровень (http) и бизнес логика и мидлвары. Это стоит разбить на разные пакеты. Причем бизнес логика не должна ничего знать о хендлерах и прочих вещах, только о доменных моделях. Так проект станет более гибким. Вдруг понадобиться в будушем с http перейти на grpc?

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