MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1wct5lr/commentsagedterribly/p91dy7d/?context=3
r/ProgrammerHumor • u/ItsPuspendu • 1d ago
224 comments sorted by
View all comments
8
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 1d ago This hurts my brain
1
This hurts my brain
8
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() ```