yoochan's comments

yoochan | 1 year ago | on: C Style: My favorite C programming practices (2014)

"We can't get tabs right, so use spaces everywhere"

I'm more like: Always use tabs, never use space. Code doesn't need to be "aligned" it's not some ASCIIart masterpiece...

One tab means one indentation level and if your taste is to have tabs of pi chars wide, nice! But it won't mess my code

yoochan | 1 year ago | on: Wuffs: Wrangling Untrusted File Formats Safely

Cool project, I'm eagerly waiting for a jpegxl decoder to be written in wuffs so that Google won't have any reason not to support the format...

I would be glad to have a try but the language specification and documentation is almost non existent.

page 1