Update 1-using-variables-well.md

Invalidation 的意思更接近于失效/不正确, 与预期不符合的意思. 
Invalidation sends the message that a person’s subjective emotional experience is inaccurate, insignificant, and/or unacceptable.
This commit is contained in:
twocucao 2020-08-12 11:47:10 +08:00 committed by GitHub
parent 88f6ad859e
commit fd994370f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
在计算机科学领域,有一句著名的格言(俏皮话):
> There are only two hard things in Computer Science: cache invalidation and naming things.
> 在计算机科学领域只有两件难事:缓存过期 和 给东西起名字
> 在计算机科学领域只有两件难事:缓存失效 和 给东西起名字
>
> -- Phil Karlton