mock
_sobes
Темы
Войти
Регистрация
Темы
Войти
Регистрация
← все темы
Чтение чужого кода + код-ревью + network debug
code-reading
🎴 Пройти квиз
Фильтры:
все
junior
middle
senior
staff
·
theory
mcq
code
design
debug
eli5
case
correct_vs_wrong
code_explain
quiz
1 вопросов
middle
debug
PR от джуна. Что бы написал в код-ревью? ```python # app/services/notification.py import requests from celery import Celery celery = Celery("app", broker="red…