|
|
|
|
|
by swalsh
4050 days ago
|
|
I might be alone here, but when I do code reviews I always correct guys when they use acronyms that are not "common knowledge". Things like ASN would be allowed (i can google that easily), but if you're creating something new, that's not a primary domain thing like FancyPowerControl, I don't want to see FPC all over the code. It may be persnickety, but it just really throws me off when authors create a new acronym, and I have no idea what they're talking about. Its all about the API for me. I don't want to see Device.FPC, when I have no idea FPC is a thing. I want to see Device.Power |
|