π©Ή v1.1.1 β Patch: Comment, Output & Notes Refinement
π Released: 2025-08-05
A focused patch release refining the clarity, commenting, and output structure of programs β along with subtle note enhancements to boost understanding.
π Whatβs Improved in This Version?
-
β Comment & Output Enhancements
- Reworded program comments for better clarity and learning flow
- Structured
printf()outputs for readability (grouped logs, added\nbreaks) - Cleaned up unused headers and removed redundant lines
-
π¬ Logical & Format Fixes
- Updated ternary operations for logical transparency
- Replaced
%dwith%zuforsize_twhere applicable - Fixed infinite loop potential and edge-case bugs in input handling
- Safer
fgets()withstrcspn()for newline trimming
-
π Notes Refined
- Added how
doubleworks withscanf()in C002. Data Types - Conceptual linkage to
long doublefamily now clearer
- Added how
π± Why This Patch?
As I prepare for new learning repos, it was important to make sure this one stays clean, polished, and safe for all learners. This patch addresses inconsistencies, improves structure, and sharpens the learning experience β especially for self-learners exploring C.
Thank you for growing with me π
~ Dipsana
π§Ύ PRs Included in This Patch
GitHub compiled this changelog based on merged pull requests:
- π PR: Chapter 1 Full Update by @dipsanaroy in #49
- π PR: Chapter 2 Full Update by @dipsanaroy in #50
- π PR: Chapter 3 Full Update by @dipsanaroy in #51
- π PR: Chapter 4 Update by @dipsanaroy in #52
- π PR: Chapter 5 Full Update by @dipsanaroy in #53
- π PR: Chapter 6 Full Update by @dipsanaroy in #54
- π PR: Chapter 7 Full Update by @dipsanaroy in #55
- π PR: Chapter 8 Full Update by @dipsanaroy in #56
- π PR: Chapter 9 Full Update by @dipsanaroy in #57
- π PR: Chapter 10 Full Update by @dipsanaroy in #58
- π PR: Chapter 11 Full Update by @dipsanaroy in #59
- Project 2 Update by @dipsanaroy in #60
- π PR: Notes Update by @dipsanaroy in #61
Full Changelog: v1.1.0...v1.1.1