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

Added link to xref to readme file #78

Merged
merged 2 commits into from
Mar 20, 2017
Merged

Conversation

LuboVarga
Copy link
Contributor

@LuboVarga LuboVarga commented Mar 19, 2017

Not all readers know what xref is. So make it "resolvable" without using yacy or google.

added link to iolist in readme, and also added "definition" of iolist from erlang page.

Not all readers know what xref is. So make it "resolvable" without using [yacy](http://yacy.net/en/index.html) or google.
Andalso added "definition" of iolist from erlang page.
@LuboVarga
Copy link
Contributor Author

another addition to my fork, master branch:
added link to iolist in readme, andalso added "definition" of iolist from erlang page.

@elbrujohalcon
Copy link
Member

Thanks @LuboVarga :)

@elbrujohalcon elbrujohalcon merged commit ce53082 into inaka:master Mar 20, 2017
@@ -204,7 +204,7 @@ See also: [More, smaller functions over case expressions](#more-smaller-function

*Examples*: [dyn_calls](src/dyn_calls.erl)

*Reasoning*: Dynamic calls can't be checked by ``xref``, one of the most useful tools in the Erlang world.
*Reasoning*: Dynamic calls can't be checked by [``xref``](http://erlang.org/doc/apps/tools/xref_chapter.html), one of the most useful tools in the Erlang world. ``xref`` is a cross reference checking/observing tool.

***

Choose a reason for hiding this comment

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

I found 1 misspelled word in this sentence:


@@ -321,7 +321,7 @@ Erlang syntax is horrible amirite? So you might as well make the best of it, rig

*Examples*: [iolists](src/iolists.erl)

*Reasoning*: Performance
*Reasoning*: Performance and errors during conversion. [iolists](http://www.erlangpatterns.org/iolist.html) are just deeply nested lists of integers and binaries to represent IO data to avoid copying when concatenating strings or binaries.

Choose a reason for hiding this comment

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

I found 1 misspelled word in this sentence:

  • Reasoning

@@ -321,7 +321,7 @@ Erlang syntax is horrible amirite? So you might as well make the best of it, rig

*Examples*: [iolists](src/iolists.erl)

*Reasoning*: Performance
*Reasoning*: Performance and errors during conversion. [iolists](http://www.erlangpatterns.org/iolist.html) are just deeply nested lists of integers and binaries to represent IO data to avoid copying when concatenating strings or binaries.

### Macros

Choose a reason for hiding this comment

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

I found 1 misspelled word in this sentence:

@@ -204,7 +204,7 @@ See also: [More, smaller functions over case expressions](#more-smaller-function

*Examples*: [dyn_calls](src/dyn_calls.erl)

*Reasoning*: Dynamic calls can't be checked by ``xref``, one of the most useful tools in the Erlang world.
*Reasoning*: Dynamic calls can't be checked by [``xref``](http://erlang.org/doc/apps/tools/xref_chapter.html), one of the most useful tools in the Erlang world. ``xref`` is a cross reference checking/observing tool.

***
##### Group modules in subdirectories by functionality

Choose a reason for hiding this comment

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

I found 1 misspelled word in this sentence:

@@ -204,7 +204,7 @@ See also: [More, smaller functions over case expressions](#more-smaller-function

*Examples*: [dyn_calls](src/dyn_calls.erl)

Choose a reason for hiding this comment

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

I found 1 misspelled word in this sentence:

  • Examples

@@ -321,7 +321,7 @@ Erlang syntax is horrible amirite? So you might as well make the best of it, rig

*Examples*: [iolists](src/iolists.erl)

Choose a reason for hiding this comment

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

I found 1 misspelled word in this sentence:

  • Examples

@@ -204,7 +204,7 @@ See also: [More, smaller functions over case expressions](#more-smaller-function

*Examples*: [dyn_calls](src/dyn_calls.erl)

*Reasoning*: Dynamic calls can't be checked by ``xref``, one of the most useful tools in the Erlang world.
*Reasoning*: Dynamic calls can't be checked by [``xref``](http://erlang.org/doc/apps/tools/xref_chapter.html), one of the most useful tools in the Erlang world. ``xref`` is a cross reference checking/observing tool.

Choose a reason for hiding this comment

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

I found 3 misspelled words in this sentence:

  • checking/observing
  • Erlang
  • Reasoning

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.

3 participants