|
|
|
|
|
by kortex
1361 days ago
|
|
It's definitely a lot harder to read and make sense of an equation that is sprawled out. In some domains, I would contend that using greek letters in code would increase readability, especially for those familiar with the underlying formula, and especially if the code is not edited frequently (e.g. implementing a scientific formula which won't change). A good compromise might be to put the equation in the comments in symbol-heavy form, and use the spelled out names in code. |
|