matloff / matloff/R-vs.-Python-for-Data-Science
Indents in Python and maintainability
まだ誰も着手していません。
- 主要言語
- 言語のデータがありません
- スター
- 448
- フォーク
- 40
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
Perhaps mention something about the relative advantages and disadvantages of Python's indenting. Simple syntax may be an advantage for educational purposes but for actual production use in the real world, the more structured syntax is far clearer in intent and much easier to maintain in the long term. I have found (and probably caused) numerous errors in production Python code because of stray indents that cause unexpected behaviour. The lack of start/end tokens around code blocks, instead relying on indents for parsing syntax is an abomination in my view :-)
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
issue にはファイル、テスト、エントリーポイントのいずれも記載されていません。まず、Python 構文について説明しているドキュメントのセクションを特定し、次にその周辺のコンテキストを確認して、インデントの教育上の利点と本番環境での保守性に関する懸念をバランスよく扱う内容を追加してください。この提案が、裏付けのない結論を示すことなく明確に扱われていれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- documentation
- issue の種類
- ドキュメント
- 難易度
- 2/5
- 見積もり時間
- 1〜3時間
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 35/100