Sujet : Re: Sunday Dinner Feb 2
De : nospam (at) *nospam* example.net (D)
Groupes : rec.food.cookingDate : 06. Feb 2025, 22:04:39
Autres entêtes
Organisation : i2pn2 (i2pn.org)
Message-ID : <d145ad3a-aa10-a542-3c65-725270d162cd@example.net>
References : 1 2 3 4 5 6 7 8 9
On Thu, 6 Feb 2025, Cindy Hamilton wrote:
On 2025-02-06, fos@sdf.org <fos@sdf.org> wrote:
On 2025-02-05, Cindy Hamilton <chamilton5280@invalid.com> wrote:
On 2025-02-05, fos@sdf.org <fos@sdf.org> wrote:
>
for me;
>
N100 G90 G00 G40 G49 G80 G17 G20 (SAFE BLOCK)
>
is a helluva lot easier to read than;
>
n100 g90 g00 g40 g49 g80 g17 g20 (safe block)
>
It's the opposite for me. I get a lot easier recognition
of the lowercase letters.
>
yep, we're all different. same with spaces. i prefer spaces
between words in nc code, i know others who do not.
>
N100G90G00G40G49G80G17G20(SAFE BLOCK); is a valid block of code
that gives me brain cramps looking at it.
>
typical nc editors have built in functions to add and remove
spaces and convert letter case.
>
And then there's the traditional 8-space tab, gifted to us by
Fortran.
>
I eventually had to configure vi to use 5-space tabs, because my
This is very sexy talk!
boss edited with the Microsoft IDE and used tabs in his C++ code.
I got tired of all the line wraps. Before he came along, our
style was never to use tabs. Drove me crazy when he edited legacy
code and MS converted all groups of 5 spaces to tabs. He'd check
something in to the revision control system with a one-line change
and there's be hundreds of lines of whitespace diffs.
>
>