-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
♻️ Refactor ResultGridCell.kt for improving readability and nullability
The ResultGridCell.kt class has been updated for better readability and code handling. We are ensuring nullability and consistency by replacing nullable 'List<PVInfo>?' with non-nullable 'List<PVInfo>'. Small functions are broken down for better readability and understanding. The functions related to Music Information (SongTitle, ArtistField, PublishDateField, SongTypeField, and PvField) have been separated out of MusicInfo. This is to ensure the MusicInfo function is not cluttered and to isolate each field's functionality, making the code more modular and manageable.
- Loading branch information
Showing
1 changed file
with
31 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters