On Thu, 2022-09-29 at 11:34 -0500, Father Horton wrote:
For whatever it's worth, I'd say go ahead and do it, but my heart
won't be broken if it doesn't happen.
That's my stance as well. I tend to use single and double in other
areas, but I'm not a fanatic about it.
On Thu, Sep 29, 2022 at 12:18:39PM -0400, jon wrote:
It annoys me every day, because I am used to using single quotes,
but it is only one of the many things about OpenSCAD which are
annoying.
The errors that give you an immediate syntax error are not the bad
ones. The errors that give rise to different behaviour than intended
is bad. So "if (a = 3) ... " is a bad one (in C). This can lead
to difficult debugging sessions that require human ingenuity. Modern
C compilers will warn about this, but maybe you've added the extra
parentheses by accident that silence the warning.
Roger.
--
** R.E.Wolff@BitWizard.nl ** https://www.BitWizard.nl/ ** +31-15-2049110 **
** Delftechpark 11 2628 XJ Delft, The Netherlands. KVK: 27239233 **
f equals m times a. When your f is steady, and your m is going down
your a is going up. -- Chris Hadfield about flying up the space shuttle.