プログラミング作法
Sign in to saveAlso known as code style, coding style
set of rules or guidelines used when writing the source code for a computer program
Wikidata facts
- Subclass of
- style
- Field of work
- computer science
Show 1 more fact
- permanent duplicated item
- coding convention
Sources (2)
via Wikidata · CC0
Article · 日本語
プログラミング作法(en:Programming style)の記事では、コンピュータ・プログラミング及びプログラムのスタイル(書法)についての話題を述べる。この分野の古典は、1970年代の書籍『プログラム書法』(The Elements of Programming Style)である。古典であるゆえにプログラミング言語も古く、例がもっぱらFORTRANであるため言語の設計の古さによる制限に由来する記述も多いが、本質(Elements)は不変・普遍である。 なお、『プログラミング作法』は "The Practice of Programming" という書籍の邦題、『ソフトウェア作法』は "Software Tools" という書籍の邦題である。 あるプロダクトに見られるスタイルは、単にその作者の好みの問題という場合もあるし、何らかの「コーディング標準」や「コーディング規約」などと呼ばれるものによるものという場合もある。PythonのPEP-8、PHPのPEARのように、言語のメンテナらによる、標準的なガイドラインがある言語もある。
Abstract from DBpedia / Wikipedia · CC BY-SA