|
|
|
|
|
by RodgerTheGreat
245 days ago
|
|
very important things should have short names.
locals you're immediately operating upon should have short names.
short names should be used in a consistent way. less important things can have longer names.
variables in a broader scope can have longer names. if you have a hundred different vectors, don't just dump them in a pile; put them in dictionaries, tables, namespaces, or scopes. |
|
the complexity is built differently in k.