Files
create/src/Mod
Chris Hennes 9afc4503ab [Sketcher] Refactor split code
LGTM complains about using continue statements inside a loop
whose condition is always false. In addition, the C++ core guidelines
recommend against using the do...while construct, and in this case it
was really serving as a goto, just hiding the actual goto keyword.
This commit replaces the loop and continue structure with simple
conditionals.
2021-09-17 23:43:12 +02:00
..
2021-09-07 11:26:48 +02:00
2021-09-07 11:26:48 +02:00
2021-09-07 11:26:48 +02:00
2021-09-07 11:26:48 +02:00
2021-09-17 11:08:08 +02:00
2021-09-07 11:26:48 +02:00
2021-09-14 22:57:17 +02:00
2021-09-07 11:26:48 +02:00
2021-09-17 23:43:12 +02:00
2021-09-07 11:26:48 +02:00
2021-09-07 11:26:48 +02:00
2021-09-07 11:26:48 +02:00
2021-09-07 11:26:48 +02:00
2021-07-05 09:24:21 +02:00
2021-07-05 09:24:21 +02:00