|
|
|
|
|
by SEJeff
3622 days ago
|
|
And the reason for that is quality is a relative metric which is almost impossible to quantify. * Static analysis looking for bugs per thousand lines of code
* Idiomatic code adopting language specific preferences
* Code that is easy to maintain but is slow as molasses
* Code that works well enough and was written super fast
* Code that is microoptimized to the extreme, is super fast, but difficult to maintain due to inline ASM
For certain cases, each of these could be considered quality or atrocity. It is all about context. |
|
http://danluu.com/julialang/