-
Notifications
You must be signed in to change notification settings - Fork 12
Comparing changes
Open a pull request
base repository: dev-sabbir/clean-code-javascript
base: master
head repository: ryanmcdermott/clean-code-javascript
compare: master
Commits on Jan 2, 2020
-
Merge pull request ryanmcdermott#277 from InsomniacSabbir/master
Added source link for bengali translations
Configuration menu - View commit details
-
Copy full SHA for 1c0b20a - Browse repository at this point
Copy the full SHA 1c0b20aView commit details
Commits on Jan 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4503a25 - Browse repository at this point
Copy the full SHA 4503a25View commit details
Commits on Jan 18, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 3afe391 - Browse repository at this point
Copy the full SHA 3afe391View commit details
Commits on Jan 19, 2020
-
Merge pull request ryanmcdermott#283 from uxitten/patch-1
Added numeric separator for improve readability
Configuration menu - View commit details
-
Copy full SHA for 0ff4aba - Browse repository at this point
Copy the full SHA 0ff4abaView commit details
Commits on Jan 20, 2020
-
Merge pull request ryanmcdermott#280 from oger-p/patch-4
Add advantage in function parameters
Configuration menu - View commit details
-
Copy full SHA for 54492ac - Browse repository at this point
Copy the full SHA 54492acView commit details
Commits on Jan 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 8491866 - Browse repository at this point
Copy the full SHA 8491866View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba9797e - Browse repository at this point
Copy the full SHA ba9797eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ab8eba - Browse repository at this point
Copy the full SHA 0ab8ebaView commit details -
Merge pull request ryanmcdermott#289 from justin0022/patch-1
Update README.md
Configuration menu - View commit details
-
Copy full SHA for 2e808e2 - Browse repository at this point
Copy the full SHA 2e808e2View commit details
Commits on Jan 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c18b976 - Browse repository at this point
Copy the full SHA c18b976View commit details -
Configuration menu - View commit details
-
Copy full SHA for a812aa9 - Browse repository at this point
Copy the full SHA a812aa9View commit details -
Merge pull request ryanmcdermott#291 from rudotriton/master
Sort translations
Configuration menu - View commit details
-
Copy full SHA for dd7e665 - Browse repository at this point
Copy the full SHA dd7e665View commit details
Commits on Feb 7, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5f8daa0 - Browse repository at this point
Copy the full SHA 5f8daa0View commit details -
Merge pull request ryanmcdermott#290 from justin0022/patch-2
Update README.md
Configuration menu - View commit details
-
Copy full SHA for e6f9934 - Browse repository at this point
Copy the full SHA e6f9934View commit details -
Add an underscore to "Use explanatory variables"
This makes the destructuring a little more readable
Configuration menu - View commit details
-
Copy full SHA for c90b109 - Browse repository at this point
Copy the full SHA c90b109View commit details
Commits on Feb 12, 2020
-
Merge pull request ryanmcdermott#297 from Risto-Mcintosh/patch-1
Fixed a small typo
Configuration menu - View commit details
-
Copy full SHA for b8b16eb - Browse repository at this point
Copy the full SHA b8b16ebView commit details
Commits on Mar 26, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 2edfeef - Browse repository at this point
Copy the full SHA 2edfeefView commit details -
Configuration menu - View commit details
-
Copy full SHA for 87185d9 - Browse repository at this point
Copy the full SHA 87185d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60a3357 - Browse repository at this point
Copy the full SHA 60a3357View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1470b0b - Browse repository at this point
Copy the full SHA 1470b0bView commit details
Commits on Mar 29, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 46869c8 - Browse repository at this point
Copy the full SHA 46869c8View commit details
Commits on Mar 31, 2020
-
Merge pull request ryanmcdermott#311 from bsonmez/master
Turkish added
Configuration menu - View commit details
-
Copy full SHA for 0dcac22 - Browse repository at this point
Copy the full SHA 0dcac22View commit details
Commits on Apr 1, 2020
-
Fix calling animationModule in ISP bad example
Denis authoredApr 1, 2020 Configuration menu - View commit details
-
Copy full SHA for ec7baf2 - Browse repository at this point
Copy the full SHA ec7baf2View commit details
Commits on Apr 16, 2020
-
Oleksandr Zaychenko authored
Apr 16, 2020 Configuration menu - View commit details
-
Copy full SHA for 9388808 - Browse repository at this point
Copy the full SHA 9388808View commit details
Commits on Apr 17, 2020
-
Merge pull request ryanmcdermott#313 from mindfr1k/master
Ukrainian translation is added
Configuration menu - View commit details
-
Copy full SHA for 5f52d7d - Browse repository at this point
Copy the full SHA 5f52d7dView commit details
Commits on May 3, 2020
-
Merge pull request ryanmcdermott#312 from nebakry/patch-1
Fix calling animationModule in ISP bad example
Configuration menu - View commit details
-
Copy full SHA for c56cc59 - Browse repository at this point
Copy the full SHA c56cc59View commit details
Commits on Jul 31, 2020
-
Merge pull request ryanmcdermott#288 from sbimochan/patch-1
Change argument name from inner variable name
Configuration menu - View commit details
-
Copy full SHA for 4d15e1c - Browse repository at this point
Copy the full SHA 4d15e1cView commit details
Commits on Sep 6, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 365717f - Browse repository at this point
Copy the full SHA 365717fView commit details
Commits on Oct 5, 2020
-
Replace pass-by-reference with mutability, clean up
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.
Configuration menu - View commit details
-
Copy full SHA for 3b9504e - Browse repository at this point
Copy the full SHA 3b9504eView commit details
Commits on Oct 6, 2020
-
Merge pull request ryanmcdermott#323 from jdsandifer/issue-321-remove…
…-pass-by-reference Replace pass-by-reference with mutability, clean up
Configuration menu - View commit details
-
Copy full SHA for 597a510 - Browse repository at this point
Copy the full SHA 597a510View commit details
Commits on Oct 7, 2020
-
Merge pull request ryanmcdermott#320 from ychek/add-calculation-for-m…
…illiseconds Add calculation for milliseconds in a day
Configuration menu - View commit details
-
Copy full SHA for 8f678c8 - Browse repository at this point
Copy the full SHA 8f678c8View commit details
Commits on Oct 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 3028219 - Browse repository at this point
Copy the full SHA 3028219View commit details -
Merge pull request ryanmcdermott#325 from jdsandifer/issue-321-remove…
…-pass-by-reference Fix stray hyphen turning into a random bullet
Configuration menu - View commit details
-
Copy full SHA for ca37c9c - Browse repository at this point
Copy the full SHA ca37c9cView commit details
Commits on Oct 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 029c4c2 - Browse repository at this point
Copy the full SHA 029c4c2View commit details
Commits on Jan 21, 2021
-
Merge pull request ryanmcdermott#326 from doskovicmilos/patch-1
Add Serbian translation.
Configuration menu - View commit details
-
Copy full SHA for da76556 - Browse repository at this point
Copy the full SHA da76556View commit details
Commits on Mar 29, 2021
-
"PER" has the same meaning as "IN_A" but is less verbose
Configuration menu - View commit details
-
Copy full SHA for 753d6d8 - Browse repository at this point
Copy the full SHA 753d6d8View commit details
Commits on May 23, 2021
-
Merge pull request ryanmcdermott#341 from jamestharpe/patch-1
Make example more succinct
Configuration menu - View commit details
-
Copy full SHA for 20563d0 - Browse repository at this point
Copy the full SHA 20563d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ff9eba - Browse repository at this point
Copy the full SHA 3ff9ebaView commit details
Commits on Jul 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 384665f - Browse repository at this point
Copy the full SHA 384665fView commit details
Commits on Apr 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 98f1d4a - Browse repository at this point
Copy the full SHA 98f1d4aView commit details
Commits on Jul 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2cab77b - Browse repository at this point
Copy the full SHA 2cab77bView commit details
Commits on Aug 21, 2022
-
Merge pull request ryanmcdermott#392 from agilatakishiyev/master
Fix wrong naming of `default parameters`
Configuration menu - View commit details
-
Copy full SHA for 5b49d62 - Browse repository at this point
Copy the full SHA 5b49d62View commit details -
Merge pull request ryanmcdermott#383 from eugene-augier/french-transl…
…ation French translation
Configuration menu - View commit details
-
Copy full SHA for a4c884f - Browse repository at this point
Copy the full SHA a4c884fView commit details
Commits on Feb 11, 2023
-
Merge pull request ryanmcdermott#356 from hamettio/master
Persian translation added (Fluent + RTL styled)
Configuration menu - View commit details
-
Copy full SHA for 5311f64 - Browse repository at this point
Copy the full SHA 5311f64View commit details
There are no files selected for viewing