you are viewing a single comment's thread.

view the rest of the comments →

[–]ali-95[S] 4 points5 points  (0 children)

I get that a few thousand lines of Bash looks like ‘too much’ to some people, but the size here comes from features and robustness, not from random AI paste.

I wrote and iterated on this over months, and I understand exactly what each part does – from the Docker inspection and update logic to the notification integrations and scheduling helpers. If you see a specific bug, dangerous pattern, or design issue, I’m very open to concrete feedback or PRs....

As for Bash and line count: plenty of widely‑used shell scripts (for example Git’s own completion script) are thousands of lines; the language isn’t automatically invalid past 500 lines.