Agit Rubar Demir
Agit Rubar Demir
### Checklist Before submitting your pull request, ensure the following: - [X] **Title and Branch Naming Conventions:** - The pull request title follows the standard: [Pull Request Naming Conventions](https://github.com/afet-yonetim-sistemi/ays-be/blob/main/CONTRIBUTING.md#pull-request-naming-conventions). -...
Öncelikle emeğinize sağlık 🙌🏼 Kodun, projenin sürdürülebilir olması için bir kaç yorumum olacak; > Belki bu projenin üzerine daha fazla çalışılmayacak, kod eklenmeyecek diye düşünülebilir, fakat bu projeyi görüp sürdürülebilir...
This PR refactors the ClientPlatform class to use a clause guard approach instead of nested else blocks, in order to improve readability and maintainability. Changes - Replaced wildcard imports with...