Attention is currently required from: neels, fixeria, msuraev, dexter.
1 comment:
File tests/trau_pcu_ericsson/trau_pcu_ericsson_test.c:
Patch Set #2, Line 2087: printf(" ccu_data_ind.tav=%02x\n", frame.u.ccu_data_ind.tav);
Since I receive a lot of criticism regarding the code duplication I will clean this up in a follow u […]
It's not about "optimization", but about code maintainability and readability. So if N times the same thing happens, it's easier to read and maintain if it's one fucntion, rather than somebody having to look at N copies and trying to identify if they really do all the same thing or differ in some subtle way.
To view, visit change 31454. To unsubscribe, or for help writing mail filters, visit settings.