-
Notifications
You must be signed in to change notification settings - Fork 0
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
D.arkhipova dz3 #12
base: main
Are you sure you want to change the base?
D.arkhipova dz3 #12
Conversation
Пока еще не дописал и не затестил
uml для базы данных
Вернул параметризированный опциональный конструктор
но насчет асинхронности тут вопрос стоит, потому что напрягает функция accept
fix require
…dmade Async udp server handmade
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.
Оцениваю на 8, тестировать нужно логику работы. Например, у вас UrlDispatcher должен , наверное, в зависимости от url создавать не любой request со статусом 200 а все же какой-то определенный. Если у вас пока нет реализации и вы не знаете какой-именно, значит сделайте mock на UserView и проверяйте, что у вас UrlDispatcher вызывает правильные методы (Get/Post/Delete или Patch) у правильного View в зависимости от url
No description provided.