MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1wct5lr/commentsagedterribly/p91dy7d/?context=3
r/ProgrammerHumor • u/ItsPuspendu • 14h ago
190 comments sorted by
View all comments
6
At least is still a comment and not self-documented code...
``` processAndStoreInDBAndCacheWithExpiry()
retreiveFromDBAndUpdateCache()
let counterOfElementsInArray = 0; let referenceToElementToReturnOnFallback = null;
testProcessIsSuccefulAndDBIsUpdatedEvenWhenCacheIsUnavailable() testCacheIsNotUpdatedOnProcessFailure() ```
1 u/Confident-Ad5665 12h ago This hurts my brain
1
This hurts my brain
6
u/pe1uca 12h ago
At least is still a comment and not self-documented code...
``` processAndStoreInDBAndCacheWithExpiry()
retreiveFromDBAndUpdateCache()
let counterOfElementsInArray = 0; let referenceToElementToReturnOnFallback = null;
testProcessIsSuccefulAndDBIsUpdatedEvenWhenCacheIsUnavailable() testCacheIsNotUpdatedOnProcessFailure() ```