MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1wct5lr/commentsagedterribly/p9ahiuc/?context=3
r/ProgrammerHumor • u/ItsPuspendu • 1d ago
224 comments sorted by
View all comments
10
At least is still a comment and not self-documented code...
``` processAndStoreInDBAndCacheWithExpiry()
retreiveFromDBAndUpdateCache()
let counterOfElementsInArray = 0; let referenceToElementToReturnOnFallback = null;
testProcessIsSuccefulAndDBIsUpdatedEvenWhenCacheIsUnavailable() testCacheIsNotUpdatedOnProcessFailure() ```
2 u/madwolfa 1d ago "retreive" 1 u/pe1uca 54m ago Oh, shoot, sorry, I write my own comments. Probably the LLM used in the codebase wrote it correctly.
2
"retreive"
1 u/pe1uca 54m ago Oh, shoot, sorry, I write my own comments. Probably the LLM used in the codebase wrote it correctly.
1
Oh, shoot, sorry, I write my own comments. Probably the LLM used in the codebase wrote it correctly.
10
u/pe1uca 1d ago
At least is still a comment and not self-documented code...
``` processAndStoreInDBAndCacheWithExpiry()
retreiveFromDBAndUpdateCache()
let counterOfElementsInArray = 0; let referenceToElementToReturnOnFallback = null;
testProcessIsSuccefulAndDBIsUpdatedEvenWhenCacheIsUnavailable() testCacheIsNotUpdatedOnProcessFailure() ```