Hacker News new | ask | show | jobs
by darwinGod 4905 days ago
To folks who think C code is in general a mess of Pointers, macros, and goto's - Go download Postgres codebase,build cscope,open vim.. and try browsing the code.

Arguably, one of the most beautiful C-code bases you can get hold off.

1 comments

I just did. I agree with you.