Y
Hacker News
new
|
ask
|
show
|
jobs
by
tavianator
410 days ago
The C standard (since C99) says that `main()` has an implicit `return 0`, you don't need to write it explicitly.
1 comments
01HNNWZ0MV43FF
410 days ago
Sure but are we teaching good habits to students, or are we golfing?
link
pjmlp
409 days ago
Given how many tutorials leave best practices out on how to do proper error handling, strings and arrays in C, doing analysis as part of the build, I would say golfing most of the time.
link