Skip to content

Commit 3adeb25

Browse files
Typographic fixed to question about null
1 parent a1ad80e commit 3adeb25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ This project is admittedly inspired by [Front-end Job Interview Questions](https
4848
* What's the difference between TCP and HTTP?
4949
* What are the tradeoffs of client-side rendering vs. server-side rendering?
5050
* How could you develop a reliable communication protocol based on a non-reliable one?
51-
* [Tony Hoare](https://en.m.wikipedia.org/wiki/Tony_Hoare) who invented the null reference once said "I call it my billion-dollar mistake." since it lead to "innumerable errors, vulnerabilities, and system crashes, which have probably caused a billion dollars of pain and damage in the last forty years". Imagine you want to remove the possibility to have null references in your preferred language: how would you achieve this goal? What consequences could this have?
51+
* [Tony Hoare](https://en.m.wikipedia.org/wiki/Tony_Hoare) who invented the null reference once said "*I call it my billion-dollar mistake*" since it lead to "*innumerable errors, vulnerabilities, and system crashes, which have probably caused a billion dollars of pain and damage in the last forty years*". Imagine you want to remove the possibility to have null references in your preferred language: how would you achieve this goal? What consequences could this have?
5252

5353
####[[]](#toc) <a name='open'>Open Questions:</a>
5454
* Why do people resist change?

0 commit comments

Comments
 (0)