Skip to content

Drop comments that restate the code - #452

Merged
PianoNic merged 1 commit into
mainfrom
refactor/451_CommentSweep
Aug 12, 2026
Merged

Drop comments that restate the code#452
PianoNic merged 1 commit into
mainfrom
refactor/451_CommentSweep

Conversation

@PianoNic

Copy link
Copy Markdown
Member

536 of 627 comment lines are gone across 44 Dart files, all of it commentary repeating the declaration underneath.

The 91 lines that stayed record decisions: the access token living in memory and being re-minted from the refresh token on cold start, login going through the system browser rather than a WebView, why flutter_appauth is allowed plain http for a self-hosted backend, and the plain PageView standing in for a carousel Forui does not have.

The generated client under lib/api/, the gitignored lib/l10n/app_localizations*.dart, and the workflow YAML were left alone.

Verified that every non-comment line is byte-identical to before, that the five // ignore: analyzer pragmas survive, and that no multi-line string contains a line that could have been mistaken for a comment.

Closes #451

Remove doc and inline comments that repeat the declaration below them. Keep the
ones recording a decision: in-memory access tokens, the system-browser login,
the http allowance for self-hosted backends, and the PageView carousel.
@PianoNic
PianoNic merged commit 6dd561e into main Aug 12, 2026
@PianoNic
PianoNic deleted the refactor/451_CommentSweep branch August 12, 2026 12:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Comment sweep: drop comments that restate the code

1 participant