Comment by ori_b 1 year ago How can you tell? 8 comments ori_b Reply sbarre 1 year ago I mean, based on the claims and the benchmarks, it seems to provide massive speedups to a very popular tool.How would you define "quality" in this context? echoangle 1 year ago High quality code isn't just code that performs well when executed, but also is readable, understandable and maintainable. You can't judge code quality by looking at the compiled result, just because it works well. sbarre 1 year ago That's certainly one opinion about it.One could also say that quality is related to the functional output. 4 replies → ori_b 1 year ago Written so that it's easy to maintain, well tested, correct in its handling of edge cases, easy to debug, and easy to iterate on.
sbarre 1 year ago I mean, based on the claims and the benchmarks, it seems to provide massive speedups to a very popular tool.How would you define "quality" in this context? echoangle 1 year ago High quality code isn't just code that performs well when executed, but also is readable, understandable and maintainable. You can't judge code quality by looking at the compiled result, just because it works well. sbarre 1 year ago That's certainly one opinion about it.One could also say that quality is related to the functional output. 4 replies → ori_b 1 year ago Written so that it's easy to maintain, well tested, correct in its handling of edge cases, easy to debug, and easy to iterate on.
echoangle 1 year ago High quality code isn't just code that performs well when executed, but also is readable, understandable and maintainable. You can't judge code quality by looking at the compiled result, just because it works well. sbarre 1 year ago That's certainly one opinion about it.One could also say that quality is related to the functional output. 4 replies →
sbarre 1 year ago That's certainly one opinion about it.One could also say that quality is related to the functional output. 4 replies →
ori_b 1 year ago Written so that it's easy to maintain, well tested, correct in its handling of edge cases, easy to debug, and easy to iterate on.
I mean, based on the claims and the benchmarks, it seems to provide massive speedups to a very popular tool.
How would you define "quality" in this context?
High quality code isn't just code that performs well when executed, but also is readable, understandable and maintainable. You can't judge code quality by looking at the compiled result, just because it works well.
That's certainly one opinion about it.
One could also say that quality is related to the functional output.
4 replies →
Written so that it's easy to maintain, well tested, correct in its handling of edge cases, easy to debug, and easy to iterate on.