Im working on some website and created some custom menu. Nothing fancy. AI got it done after some tries and I was happy as web development is not my area of expertise.
After some time I realized the menu results to scrolling when it shouldn’t and wanted to make the parent container expand. This was impossible as the AI did a rather unusual implementation even for such a limited use case.
Best part: my task now is impossible to solve with AI as it doesn’t really get its own code.
I resulted to actually just looking into CSS and the docs and realized there is a MUCH simpler way to solve all of my issues.Turns out sometimes the next guy who has to do maintenance is oneself.
Terr_|4 months ago
Over the years I've been well-served by putting lots of comments into tickets like "here's the SQL query I used to check for X" or "an easy local repro of this bug is to disable Y", etc.
It may not always be useful to others... but Future Me tends to be glad of it when a similar issue pops up months later.
piva00|4 months ago
After it becomes second-nature is really relaxing to know I have left all the context I could muster around, comments in tickets, comments in the code referencing a decision, well-written commit messages for anything a little non-trivial. I learnt that peppering all the "whys" around is just being a good citizen in the codebase, even if only for Future Me.
dvfjsdhgfv|4 months ago
thefz|4 months ago
It doesn’t really get its own anything, as it is unable to "get". It's just a probabilistic machine spitting out the next token
threatofrain|4 months ago
CamperBob2|4 months ago
As are you and I. Did you have a deeper point to make?
Kudos|4 months ago