Home | Notifications | New Note | Local | Federated | Search | Logout

Note Detail


Reply to @7666@comp.lain.la
christmas tomato@mischievoustomato@0.5dollah.click (2026-08-30 15:03:48)
the >vsc thing gets resolved with breaking it down, and maintainability... well, too subjective, no?

---Reply--- 7666@7666@comp.lain.la (2026-08-30 15:06:04) @mischievoustomato why does one break changes down into meaningful commits. why does one try to work maintainability into their code. why does one shoot for modularity, managing dependencies, creating functions to prevent re-implementing the same thing three times over three different ways in three different spots.

if you can answer that question you should see the problem. if you can't, you're not qualified to be doing this stuff and will make garbage.
Reply

---Replies---
christmas tomato@mischievoustomato@0.5dollah.click (2026-08-30 15:10:16)
it makes things easier to manage, roll back, contain, et cetera (it's 1am). But again, I reckon LLMs trivialize a lot of this.