Re: RS_Painter::toGui crashes
Posted by
dxli on
Mar 19, 2025; 9:24pm
URL: https://forum.librecad.org/RS-Painter-toGui-crashes-tp5726734p5726742.html
@sand1024,
The main points of the changes I wanted to raise about the non-rules:
https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#S-notBefore following the "should rules", please first consider to avoid following non-rules.
Mostly, those non-rules are favored by some old projects, but we have to avoid. Please think about the possibility of allowing new developers with quickly understand the code, most likely only the relevant portion, and to be able to modify the code with confidence.
Also, our code should be under constant code review and optimization.
emanuel wrote
when drawing a line starting on the word "draft"

