|
|
|
|
|
by JadeNB
3506 days ago
|
|
> Sure, but the priority order should be: complexity,length,number. I think that, of these three, reducing complexity is the only one to which we should directly aspire; reducing the length and number of regulations is, I think, helpful only to the extent that it reduces, or at least doesn't increase, complexity. |
|
Much like with code really. Your cleve 2 line function is really clever, but most of the time the easy to read 30 lines and 3 function version if probably better.