|
|
|
|
|
by npsimons
2055 days ago
|
|
> electricity consumption is not the right metric: the devices' time of life is. I would even go beyond this: person time is the right metric. Code will be read many more times than it is written. Even if code is functionally equivalent and bug equivalent, the clean version will be easier to maintain, add features to, port, optimize and debug. Taking the care to craft clean code is worth it for this reason alone. |
|