Boris Sortino
Boris Sortino
### Description: I've observed a substantial number of disabled commands for SwiftLint in the codebase, which seems to counter the purpose of utilizing this tool effectively. The essence of SwiftLint...
### Description: Currently, color declarations in the codebase are scattered throughout, utilizing plain text to represent hex color codes. This practice, while functional, tends to compromise code readability and maintainability....
### Description: The current codebase employs monolithic SwiftUI views, encompassing various responsibilities such as analytics, backend calls, and presentation logic within a single file. While functional, this approach can lead...