clubgamma / Ticket-Booking

Participate in Club Gamma Hacktoberfest by contributing to any Club Gamma Project
https://clubgamma.vercel.app/
1 stars 10 forks source link

Optimized the recordFeedback function #94

Closed AntonioLacresta019 closed 3 weeks ago

AntonioLacresta019 commented 3 weeks ago

1) Rating Input: Using a while loop for rating validation simplifies the flow and clears invalid input only when necessary. 2) perror for fopen Error: Provides detailed error information. 3) Comment Length Restriction: Uses MAX_COMMENT_LENGTH directly for safe fgets input. 4) Name Safety Check: Avoids overflow by enforcing MAX_NAME_LENGTH for feedback.name.

AntonioLacresta019 commented 3 weeks ago

Kindly accept the request