Add Commenting Style & Enhance README for Better Developer Experience #22
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.
π Pull Request: Commenting + README Improvements
π§ Summary
This PR improves code readability, developer onboarding, and contribution standards by:
β Adding structured and meaningful comments to key Flutter screen files
β Creating a new
README.mdwith:π Folder structure overview
π οΈ Setup & run instructions
βοΈ Commenting style guide (with emoji support)
π€ Contribution guidelines
π‘ Dart documentation and linter suggestions
ποΈ Files Commented
Thanks to guidance from @Prateek9876, the following files now include
///doc comments and//inline notes:main.dartlogin_page.dartregister_screen.dartprofile_screen.dartissue_selection.dartdiscussion.dartadmin_dashboard.dartfeedback.dartlogo.dartπ README Highlights
β Added emoji-based commenting guide
π Explained folder structure (
lib/,lib/screens/, etc.)π Included developer setup and run instructions
π§Ή Shared clean code tips (linters, dart doc, formatting)
π Commenting Style
We follow a clean, emoji-supported style to make the code beginner-friendly and easy to scan.
//β short, inline logic or layout notes// π Adds spacing between fields///β documentation for functions, widgets, or classesEmoji Guide:
π Pull Request: Commenting + README Improvements
π§ Summary
This PR improves code readability, developer onboarding, and contribution standards by:
β Adding structured and meaningful comments to key Flutter screen files
β Creating a new
README.mdwith:π Folder structure overview
π οΈ Setup & run instructions
βοΈ Commenting style guide (with emoji support)
π€ Contribution guidelines
π‘ Dart documentation and linter suggestions
ποΈ Files Commented
Thanks to guidance from @Prateek9876, the following files now include
///doc comments and//inline notes:main.dartlogin_page.dartregister_screen.dartprofile_screen.dartissue_selection.dartdiscussion.dartadmin_dashboard.dartfeedback.dartlogo.dartπ README Highlights
β Added emoji-based commenting guide
π Explained folder structure (
lib/,lib/screens/, etc.)π Included developer setup and run instructions
π§Ή Shared clean code tips (linters, dart doc, formatting)
π Commenting Style
We follow a clean, emoji-supported style to make the code beginner-friendly and easy to scan.
//β short, inline logic or layout notes// π Adds spacing between fields///β documentation for functions, widgets, or classesEmoji Guide: