Skip to content

Naming convension

Zhang Yidong edited this page Apr 13, 2022 · 1 revision

There are some special rules of naming convension different from JavaScript.

  1. js(list) -> python(arr): because list is a built-in keyword
  2. js(R.and) -> python(R.Any): because and is a built-in keyword
  3. js(R.map) -> python(R.Map): because map is a built-in keyword

Clone this wiki locally