Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ryanmcdermott/clean-code-javascript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: trylovetom/clean-code-javascript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref

Commits on Nov 16, 2019

  1. Update README.md

    初版翻譯
    trylovetom authored Nov 16, 2019
    Copy the full SHA
    216986c View commit details
  2. Update README.md

    修正排版
    trylovetom authored Nov 16, 2019
    Copy the full SHA
    40bc9e4 View commit details
  3. Update README.md

    修正連結
    trylovetom authored Nov 16, 2019
    Copy the full SHA
    2b10a99 View commit details
  4. 修正連結

    hackmd-deploy committed Nov 16, 2019
    Copy the full SHA
    8821f2a View commit details

Commits on Nov 18, 2019

  1. Copy the full SHA
    991711a View commit details
  2. Copy the full SHA
    e291352 View commit details

Commits on Nov 19, 2019

  1. Update README.md

    FlandreDaisuki committed Nov 19, 2019
    Copy the full SHA
    3da6bef View commit details
  2. Merge pull request #1 from FlandreDaisuki/patch-1

    Update README.md
    trylovetom authored Nov 19, 2019
    Copy the full SHA
    b7a2658 View commit details
  3. Update README.md

    khiav223577 authored Nov 19, 2019
    Copy the full SHA
    a1357e9 View commit details
  4. Update README.md

    khiav223577 authored Nov 19, 2019
    Copy the full SHA
    e21f1ef View commit details

Commits on Nov 20, 2019

  1. Merge pull request #2 from khiav223577/patch-1

    Fix: inconsistent name between table of contents and headers that makes links broken
    trylovetom authored Nov 20, 2019
    Copy the full SHA
    43de179 View commit details

Commits on Nov 22, 2019

  1. Improve wording

    osk2 committed Nov 22, 2019
    Copy the full SHA
    bed1614 View commit details
  2. Complete translation in codes

    osk2 committed Nov 22, 2019
    Copy the full SHA
    74ce55e View commit details
  3. Fix/Improve syntax

    osk2 committed Nov 22, 2019
    Copy the full SHA
    d831b58 View commit details
  4. Polish translation a little bit

    osk2 committed Nov 22, 2019
    Copy the full SHA
    18d77fb View commit details
  5. Fix Typo: Commet -> Commit

    TimJi committed Nov 22, 2019
    Copy the full SHA
    50dc4c7 View commit details
  6. Merge pull request #3 from osk2/master

    Improve translation
    trylovetom authored Nov 22, 2019
    Copy the full SHA
    6dcac04 View commit details
  7. Merge pull request #4 from TimJi/typoCommetToCommit

    Fix Typo: Commet -> Commit
    trylovetom authored Nov 22, 2019
    Copy the full SHA
    5a1f979 View commit details
  8. Update README.md

    trylovetom authored Nov 22, 2019
    Copy the full SHA
    134668a View commit details
  9. Copy the full SHA
    4e48836 View commit details

Commits on Nov 23, 2019

  1. fix typo

    預數值 -> 預設值
    akccakcctw authored Nov 23, 2019
    Copy the full SHA
    60edd14 View commit details

Commits on Nov 24, 2019

  1. Merge pull request #5 from akccakcctw/patch-1

    fix typo
    trylovetom authored Nov 24, 2019
    Copy the full SHA
    7ceb0a9 View commit details

Commits on Aug 8, 2021

  1. Update README.md

    jacklee814 authored Aug 8, 2021
    Copy the full SHA
    1a72147 View commit details
  2. Copy the full SHA
    c9c278d View commit details
  3. Copy the full SHA
    607eaed View commit details
  4. Copy the full SHA
    98cf093 View commit details

Commits on Nov 30, 2021

  1. Merge pull request #9 from jacklee814/patch-4

    Change argument name from inner variable name
    trylovetom authored Nov 30, 2021
    Copy the full SHA
    8151efc View commit details
  2. Merge pull request #8 from jacklee814/patch-3

    Fix paintCar example to include color as param
    trylovetom authored Nov 30, 2021
    Copy the full SHA
    4d0daf2 View commit details
  3. Merge pull request #7 from jacklee814/patch-2

    Add an underscore to "Use explanatory variables"
    trylovetom authored Nov 30, 2021
    Copy the full SHA
    8c03782 View commit details
  4. Merge pull request #6 from jacklee814/patch-1

    Update README.md
    trylovetom authored Nov 30, 2021
    Copy the full SHA
    04d07bc View commit details

Commits on Apr 11, 2023

  1. fix: some typo and make semantics better. (#10)

    修復了一些錯字和讓語意通順些,看英文版本 untyped 應該意思指的是宣告變數時不用宣告型別,故改成動態型別
    a90100 authored Apr 11, 2023
    Copy the full SHA
    fb99e87 View commit details
Showing with 580 additions and 809 deletions.
  1. +580 −809 README.md
Loading