Another legacy of the professor’s is “Corbató’s Law,” which states that the number of lines of code someone can write in a day is the same regardless of the language used. This maxim is often cited by programmers when arguing in favor of using higher-level languages.
The number of lines of code a programmer can write in a fixed period of time is the same, independent of the language used.
ですのでタレコミの通りですね ただ英語版Wikipedia内の注釈によると元々は
Regardless of whether one is dealing with assembly language or compiler language, the number of debugged lines of source code per day is about the same!
by
Anonymous Coward
on 2019年07月15日 21時30分
(#3652015)
Regardless of whether one is dealing with assembly language or compiler language, the number of debugged lines of source code per day is about the same! "PL/I as a Tool for System Programming", Datamation, 15 (5), 6 May 1969, pp. 68–76. This has been paraphrased variously by others as Corbató's Law:
えぇ? (スコア:0)
>あるプログラマーが一定時間内に書くことのできるコードの行数はプログラミング言語にかかわらず同じだとする「コルバトの法則」でも知られる。
awkやsedなら一行野郎をやたらと書く俺ですけど、pythonじゃ無駄に改行しなければならないので時間単位の改行コードはあからさまに違うぞ。
さすがにそんなやわな突っ込みをうけるようなものが法則として残らんだろ
とおもってググったらwikipedia先生がたちまち反証
https://ja.wikipedia.org/wiki/%E3%83%95%E3%82%A7%E3%83%AB%E3%83%8A%E3%... [wikipedia.org]
アセンブリ言語かコンパイラ言語かということとは関係なく、ソースコードの、1日の(うちに生産できる)デバッグ済みの行の数はだいたい同じである。(Regardless of whether one is dealing with
Re: (スコア:0)
タレコミ内にあるMIT CSAILのニュース記事だと
https://www.csail.mit.edu/news/fernando-corby-corbato-1926-2019 [mit.edu]
Another legacy of the professor’s is “Corbató’s Law,” which states that the number of lines of code someone can write in a day is the same regardless of the language used. This maxim is often cited by programmers when arguing in favor of using higher-level languages.
英語版Wikipediaでも
https://en.wikipedia.org/wiki/Fernando_J._Corbat%C3%B3#Legacy [wikipedia.org]
The number of lines of code a programmer can write in a fixed period of time is the same, independent of the language used.
ですのでタレコミの通りですね
ただ英語版Wikipedia内の注釈によると元々は
Regardless of whether one is dealing with assembly language or compiler language, the number of debugged lines of source code per day is about the same!
Re:えぇ? (スコア:0)
Regardless of whether one is dealing with assembly language or compiler language, the number of debugged lines of source code per day is about the same!
"PL/I as a Tool for System Programming", Datamation, 15 (5), 6 May 1969, pp. 68–76. This has been paraphrased variously by others as Corbató's Law:
アセンブラなら行数だけならアホみたいに書けるから、デバッグ済みでなきゃ意味のある法則とはいえないね
同じ行数なら当然高級言語のほうがずっと生産性は高いし、Multicsはそういって全部PL/Iで書いた
> 君はデバックもしていない書きっぱなしの落書きを、成果物として納めるのか?
Multicsは超先進的だったが、1969年なら対話環境のないところも多かったな
君は自分の頭のデバッグをしたほうがいいな