Readability improvement Refactor -> Added comments to files in /app#613
Open
NathanGr33n wants to merge 12 commits intoclementwzk:mainfrom
Open
Readability improvement Refactor -> Added comments to files in /app#613NathanGr33n wants to merge 12 commits intoclementwzk:mainfrom
NathanGr33n wants to merge 12 commits intoclementwzk:mainfrom
Conversation
…ity and added comments
… Improved Readability and Added Comments
…Themes.kt: Added comments for Improved Readability
Files changed: - xml/locales_config.xml: Added header comment explaining locale configuration purpose and organized locale entries into regional sections (Middle Eastern/South Asian, European, East Asian, Other) with inline comments for each language - xml/root_preferences.xml: Added comments for each preference category (General, Formatting, History, Advanced) and individual preference items explaining their functionality
Files changed: - ExpressionUnitTest.kt: Added comprehensive class-level documentation explaining test scope, added KDoc comments for each test method describing what functionality is being tested, and added comments for helper methods and test fixtures - NumberFormatterTest.kt: Added class-level documentation explaining number formatting test coverage for International and Indian numbering systems, added KDoc comments for setup method and section comment for Indian numbering system tests
Files changed: - build.gradle.kts: Added comprehensive comments explaining plugins, Android configuration (SDK versions, build types, resource configurations), Java/Kotlin compiler settings, and all project dependencies organized by category (AndroidX core, UI, architecture, testing)
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Left existing code mainly unchanged. Added comments to help views understand the functionality and purpose behind most of the code within various .kt and .xml files in /app.