2023-10-09 Hacker News Top Articles and Its Summaries
1. My personal C coding style as of late 2023 Total comment counts : 62 Summary The author discusses their recent changes in coding style and habits for programming in the C language. They mention using short names for primitive types, avoiding certain suffixes, and using specific types for different purposes. They also discuss their preferred naming conventions for macros, the use of null pointers and restrict, and their preference for structure returns over out parameters....