Skip to content

update #1

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

Merged
merged 202 commits into from
Oct 8, 2023
Merged

update #1

merged 202 commits into from
Oct 8, 2023

Conversation

barayuda
Copy link
Owner

@barayuda barayuda commented Oct 8, 2023

No description provided.

Vladimir Karamyshev and others added 30 commits September 3, 2017 02:07
…turing

Replace map method with object destructuring
There's -> There are
It doesn't need to be a global constant. JavaScript constants are block-scoped.
Fix "Use searchable names" section
Fix "Use searchable names" section
Change complex reduce code sample to clearer map reduce.
…iting or conditionals".

Did not adhere to "Don't add unneeded context".
Change argument name of "Use default arguments instead of short circu…
…bstraction*

Like said in https://github.com/ryanmcdermott/clean-code-javascript#function-callers-and-callees-should-be-close, the code is read from top to bottom, so I'd prefer the definition of the *function parseBetterJSAlternative* above the functions called within.
Changing order in example of *Functions should only be one level …*
there are `nodeAdapter`,  no `httpNodeAdapter`
- rename ast variable to be more explicit (see, Avoid Mental Mapping)
- rename function lexer to include a verb in it's name (see,
  https://herbertograca.com/2016/09/03/clean-code-3-functions-by-robert-c-martin-uncle-bob/)
- from my understanding, the term lexer is usally used for the
  process of building a stream of tokens. So lexer and tokenize are
  different names for the same thing
ryanmcdermott and others added 29 commits February 11, 2020 20:01
This reverts commit 2edfeef.
Ukrainian translation is added
Fix calling animationModule in ISP bad example
Change argument name from inner variable name
This edit only affects the Avoid Side Effects (part 2) section.
It replaces the discussion of pass by reference with an explanation in terms of mutability. 
By avoiding the confusing terminology and possible links to the implementation details of 
different JS engines the explanation can be kept at an abstraction level that's great for 
beginners and experts alike. I also cleaned up some grammar, typos, etc.
…rence

Replace pass-by-reference with mutability, clean up
Add calculation for milliseconds in a day
…rence

Fix stray hyphen turning into a random bullet
"PER" has the same meaning as "IN_A" but is less verbose
Fix wrong naming of `default parameters`
Persian translation added (Fluent + RTL styled)
@barayuda barayuda merged commit f97c3e3 into barayuda:master Oct 8, 2023
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.