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

Iter9 #9

Open
wants to merge 31 commits into
base: main
Choose a base branch
from
Open

Iter9 #9

wants to merge 31 commits into from

Conversation

ByteDSM
Copy link
Owner

@ByteDSM ByteDSM commented Oct 30, 2023

iter9 start

@@ -0,0 +1,51 @@
package config
Copy link

Choose a reason for hiding this comment

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

[BLOCKER] Сделай merge, пожалуйста, первого спринта. Чтобы было понятно какие изменения были


func (rh *RedirectHandler) HandleRedirect(storage urlstorage.Storage, log liblog.Logger) http.HandlerFunc {
return func(w http.ResponseWriter, r *http.Request) {
if r.Method != http.MethodGet {
Copy link

Choose a reason for hiding this comment

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

[LINT] это сам роут проверяет, можно убрать првоерку

func PanicHandler(next http.Handler) http.Handler {
return http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
defer func() {
if err := recover(); err != nil {
Copy link

Choose a reason for hiding this comment

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

[LINT] я бы все таки не отлавливал, верней не маскировал паники, если в приложении случилась паника значит что-то где-то идет не так и нужно чтобы приложение упало и это срочно надо поправить. Если будет паника где-то в оплате, операция списания будет происходить корректно, а операция пополнения будет паников в этом случае лучше чтобы сразу все упало

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