A Journal Through My Activities, Thoughts, and Notes
#rodsays Can we not use the cache? in a PR review. It confused me because I didn't use cache at that place.
Soon I realized that he is actually asking "Can't we use the cache here?"
Though this question confused me, it perfectly makes sense for native speakers. It is just a naughty way to say "Why don't we use cache here" or "We should use cache here."
lol
English is a weird language for English learners.
#english
Soon I realized that he is actually asking "Can't we use the cache here?"
Though this question confused me, it perfectly makes sense for native speakers. It is just a naughty way to say "Why don't we use cache here" or "We should use cache here."
lol
English is a weird language for English learners.
#english
#rodsays Avoid the use of
select * in any new repository code. Explicitly specify the columns you need. This is to avoid problems with the oracle data provider if we change the table structure while the code is running.