Blender Git Commit Log
Git Commits -> Revision f39a4a4
Revision f39a4a4 by Sergey Sharybin (master) March 20, 2019, 13:14 (GMT) |
Cleanup: More C++ like nature for word split test While it looks more longer, but also contains more comments about what's going on. Surely, this function almost never breaks and investing time into maintaining its tests is not that important, but we should have a good, clean, understandable tests so they act as a nice example of how they are to be written. Especially important to show correct language usage, without old school macros magic. Doing this at a lunch breaks, so will be series of some updates in the area. |
Commit Details:
Full Hash: f39a4a4a4e48acb1afd96101796d72ea060cf6f5
Parent Commit: de535fd
Lines Changed: +118, -58