Skip to content
New issue

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

change 2 to two #48

Merged
merged 1 commit into from
Jan 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion coding-with-eyes-closed/src/02-0-motivation.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
I wrote my first line of code when I was about 11 years old. I had a great interest in ios app development and making games in unity.
Game development was nice because I could make the art, music and the code by myself.

But this all changed about 2 years ago.
But this all changed about two years ago.
I was diagnosed with Leber Hereditary Optic Neuropathy (LHON).
This is a genetic disease which brought my vision from 100% to 1% in 6 months.
I was 16 and I had to do things differently.
Expand Down
2 changes: 1 addition & 1 deletion coding-with-eyes-closed/src/05-1-compiler.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The trick is to not use that sight to search for errors.
The compiler should search for errors.

This idea is not new at all, but many coders do not listen to this advice at all.
As I am writing this, the 2 most popular programming languages are javascript and python.
As I am writing this, the two most popular programming languages are javascript and python.
Neither of these languages implement this idea well enough.
Javascript says so many times stuff like ```object is undefined``` or ```null is undefined```.
The compiler just has no idea what kind of mistake the coder made.
Expand Down