thblt / write-yourself-a-git

Learn Git by reimplementing it from scratch

Home Page:https://wyag.thb.lt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OrderedDict & syntax

motyzk opened this issue · comments

  1. No need to use OrderedDict. This is the default dictionary, officially since Python 3.7, practically since Python 3.6. Not using it can simplify this extremely simplified article even more.
  2. Under 7.6.2
    "we’ll add an optional wyag-type arguments" -> "we’ll add optional an wyag-type argument"
    PS Thanks for the great article.

Thanks! Debian stable is still using 3.5 though, I'll make the change when the next stable (buster) will have been out for some time.