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

A small typo fix, and added a note of how you use Feynman's technique to the preface. #517

Merged
merged 4 commits into from
Sep 13, 2020

Conversation

cheery
Copy link
Contributor

@cheery cheery commented Sep 13, 2020

Hi Martinez, the pull request instructs to submit an issue. I didn't submit an issue because the typo fix is too small to bother you with. Instead I upped it a little bit and added a detail of Feynman's technique to the preface because I thought it'll help you out.

This took me 15 mins so it's not big waste of my time if you disagree with the fixes.

I gave this to you from my upcoming blogpost. Feel free to adjust this one to your liking.
Feynman used simple language, storytelling,
comprehensively wrote down everything he knew about the topic,
then attempted to teach it such that a child could understand it.
Without jargon but with brevity, he identified what he didn't knew to the audience and had his content organized.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

- what he didn't knew to
+ what he didn't know to

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you put all of this one a single line? We'll let the tools handle the text wrapping here.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, I'll merge the lines. I use semantic linebreaks on my own texts so they're from there.

Copy link
Contributor Author

@cheery cheery Sep 13, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I missed the fix. A moment.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That should be taken care of now.

@@ -27,7 +27,7 @@ Then, you use a search query like the following:
| Find real-world examples of code that uses libraries (e.g. `aff-bus`) | [`language:purescript path:src/ in:file "Effect.Aff.Bus"`](https://github.com/search?q=language%3Apurescript+path%3Asrc%2F+in%3Afile+Bus) | Search a project's `src` directory for files whose content mentions the `Effect.Aff.Bus` module at some point. (Note: the full module name must be surrounded by quotes)
| Find real-world examples of code that uses testing libraries (e.g. `aff-bus`) | [`language:purescript path:test/ in:file "Test.QuickCheck"`](https://github.com/search?q=language%3Apurescript+path%3Atest%2F+in%3Afile+QuickCheck) | Search a project's `test` directory for files whose content mentions the `Test.QuickCheck` module at some point. (Note: the full module name must be surrounded by quotes)

## Documenation
## Documentation
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Man... My fingers have muscle memory in typing typos!
Thanks for the fix!

Copy link
Contributor Author

@cheery cheery Sep 13, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that these kind of small word typos aren't so important that they deserve to be always fixed. But if they're along something else I think it goes very well to catch them up. That was a good starter to add an useful improvement to this document.

If somebody lands to the preface directly, he won't read the README.md. Maybe we should fix that as well with something. Do you have ideas on that? I'd guess I would just throw a link somewhere, maybe forming a third paragraph before the "Intended audience", and then eventually strive to sync them.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If somebody lands to the preface directly, he won't read the README.md. Maybe we should fix that as well with something. Do you have ideas on that? I'd guess I would just throw a link somewhere, maybe forming a third paragraph before the "Intended audience", and then eventually strive to sync them.

Which readme are you referring to? This project's readme? Or the site repo's readme?

Copy link
Contributor Author

@cheery cheery Sep 13, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This readme: https://github.com/JordanMartinez/purescript-jordans-reference/blob/latestRelease/Readme.md

I wonder if you have an another readme that I am not aware about?

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So, I'm writing the content for the work in this repo (i.e. purescript-jordans-reference). However, I'm hosting the website version of the repo's content as an mdbook via https://github.com/jordanmartinez/purescript-jordans-reference-site (notice the -site suffix). That also has a Readme file, so I wasn't sure whether you were talking about that one.

Anyway, this repo's readme is designed for people who come across this repo itself. The Preface in the website version of the work is designed for people who come across that work via the website link. These two things are intentionally separate on purpose.

However, it sounds like you are expecting parts of this repo's readme to appear in the website version's Preface. What content do you think should appear there? If it's the content you just wrote, you would need to submit a PR to the -site repo because that's currently how my deployment workflow works.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now I see how you've arranged this. I completely missed the -site repository.

Ok, I'll drop it in there later.

@JordanMartinez JordanMartinez merged commit 5a94802 into JordanMartinez:latestRelease Sep 13, 2020
@JordanMartinez
Copy link
Owner

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants