Tutorial : Update features page#35
Conversation
Bitmap Bounding Circle Usage Example
ayushindapure
left a comment
There was a problem hiding this comment.
Overall, the PR looks good and the bitmap circle examples works fine in all languages. Code is easy to read and logic is clear. Nice work!
Some minor things:
-
Add comments to your code (most imp)
-
Variable names in C# is camelCase but in C# usually PascalCase used for class level vars. maybe can make it same everywhere.
-
In python example, you used draw_circle_record(), most other examples use draw_circle(), just check if it was intentional.
-
In C# example Color.Black used but in python it color_black(), maybe can write note somewhere about small differences.
-
Could add small comment before main loop like “drawing bitmap and bounding circles” so new users understand fast.
-
Some text in docs repeat same info, can clean little.
-
In txt file, maybe add note where to download images, help users run example faster.
Overall everything works fine, just some small things about naming and comments.
Description
Updated the Features page (
src/content/docs/index.mdx) to improve clarity, grammar and consistency.Simplified feature descriptions for readability, corrected capitalization (C++, C#, Python), and removed inconsistent punctuation.
Verified that all internal links and footer links work correctly.
Type of change
How Has This Been Tested?
npm run dev.Testing Checklist
Checklist
If involving code
If modified config files
Folders and Files Added/Modified
Additional Notes