InsightSoftwareConsortium / InsightSoftwareConsortium/ITKSphinxExamples
Use idiomatic Python throughout the examples
オープン
- 主要言語
- Jupyter Notebook
- スター
- 59
- フォーク
- 70
- 平均マージ
- 1日 15時間
- マージ済み PR(30日)
- 12
説明
To improve example readability and improve familiarity to Pythonistas, we should use idiomatic Python throughout the examples. In the past we had tried to keep the C++ and Python similar, but it is evident that this is less useful than idiomatic Python that people will use in practice.
This means:
- Using `snake_case` instead of `camelCase` for variable names
- Not using type declarations, unless required
- Using the Pythonic functional interface to filters when possible
- Not hardcoding types or dimensions when possible
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。