We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I found a typo in the statement in the document #2 of the distributed-software-systems-architecture
https://github.com/CodeYourFuture/immersive-go-course/blob/main/primers/distributed-software-systems-architecture/state.md#cache-invalidation-cache-invalidation
There are three hard things in computer science: cache invalidation, naming things, and off-by-one errors.
The statement should say three instead of two.
There are two hard things in computer science: cache invalidation, naming things, and off-by-one errors.
The statement says two instead of three.
The text was updated successfully, but these errors were encountered:
:) Thank you!
But it's a joke! It's an off by one error. 😉
Sorry, something went wrong.
No branches or pull requests
Description
I found a typo in the statement in the document #2 of the distributed-software-systems-architecture
https://github.com/CodeYourFuture/immersive-go-course/blob/main/primers/distributed-software-systems-architecture/state.md#cache-invalidation-cache-invalidation
Expected Behavior
There are three hard things in computer science: cache invalidation, naming things, and off-by-one errors.
The statement should say three instead of two.
Actual Behavior
There are two hard things in computer science: cache invalidation, naming things, and off-by-one errors.
The statement says two instead of three.
The text was updated successfully, but these errors were encountered: