zlacker

[parent] [thread] 1 comments
1. chr15m+(OP)[view] [source] 2025-05-07 00:06:29
Many of the comments don't even describe the code itself, but the change that was made to it. So instead of:

x = 1 // set X to 1

You get:

x = 1 // added this to set x to 1

And sometimes:

// x = 1 // removed this

These comments age really fast. They should be in a git commit not a comment.

As somebody who prefers code to self-describe what it is doing I find this behaviour a bit frustrating and I can't seem to context-prompt it away.

replies(1): >>n_ary+a1
â—§
2. n_ary+a1[view] [source] 2025-05-07 00:19:36
>>chr15m+(OP)
May be these comments are actually originating from training annotated data? If I were to add code annotations for training data, I would sort of expect such comments which makes not much value for me but for the model, gives more contextual understanding…
[go to top]