Blender Git Commit Log
Git Commits -> Revision c36d2a9
Revision c36d2a9 by Campbell Barton (master) June 30, 2021, 04:39 (GMT) |
Cleanup: rename 'count' to 'len' Reserve the term count for values that require calculation (typically linked lists). Without this convention it's difficult to know if using a length accessor function in a loop will be O(N^2) without inspecting the underlying implementation. |
Commit Details:
Full Hash: c36d2a9a7a2a01fdaeea98270ef1eb2314dfada3
Parent Commit: 77ac1f3
Lines Changed: +6, -6