~skeeto/public-inbox

1

Re: My personal C coding style as of late 2023

Dmitrii Kalianov <kalyanov.dmitry@gmail.com>
Details
Message ID
<4d99249c4e12e06128bdd58765aba5474a39e98b.camel@gmail.com>
DKIM signature
pass
Download raw message
Hi, it's a very insightful article, I really liked it.

I especially like the string handling part and specifically the `s8`
macro.

This approach reminds me of a very popular web design technique called
"CSS Reset" (see e.g. https://meyerweb.com/eric/tools/css/reset/) which
basically amounts to overriding all of the default browser styles to
some saner defaults.

I do hope that this style catches on.
-- 
With best regards, Dmitrii Kalianov

Re: My personal C coding style as of late 2023

Details
Message ID
<20231012014050.t6ofkqsf4rxfa524@nullprogram.com>
In-Reply-To
<4d99249c4e12e06128bdd58765aba5474a39e98b.camel@gmail.com> (view parent)
DKIM signature
missing
Download raw message
Thanks, Dmitrii! Yeah, I've used CSS Reset myself in the past. A cool, 
useful project.
Reply to thread Export thread (mbox)