Skip to content

Instantly share code, notes, and snippets.

@Asenim
Created November 28, 2024 12:22
Show Gist options
  • Save Asenim/2d1db5f72724483af767c0974d5a9f03 to your computer and use it in GitHub Desktop.
Save Asenim/2d1db5f72724483af767c0974d5a9f03 to your computer and use it in GitHub Desktop.

https://github.com/KostaPo/cloud-file-storage
Ревью от Евгения @solid_jdk

https://github.com/KostaPo/cloud-file-storage/blob/169dbddc8ff747cdab7e6e5dab65b8021fd6c6da/src/main/java/ru/kostapo/cloudfilestorage/service/UserServiceImpl.java#L20 Такие вещи лучше не смешивать: реализация секьюрных интерфейсов отдельно, бизнесовая логика и т.д отдельно. https://github.com/KostaPo/cloud-file-storage/blob/169dbddc8ff747cdab7e6e5dab65b8021fd6c6da/src/main/java/ru/kostapo/cloudfilestorage/config/SecurityConfig.java#L22 Кажись никак не используется.🤷‍♂️

#reviewFasterThanFastAndFurious

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment