Hacker News new | ask | show | jobs
by mikrl 1076 days ago
The C code so impressive they had to remove it from K&R:

if (*some_bullshit >= shit_tolerance){

fucks_given = 0;

exit(IM_DONE);

}

1 comments

Why bother setting fucks_given if you're exiting?

mmm

/embeddedme says it could be a memory-mapped peripheral that needs to be reset on exit. But that's a stretch.

Why am I even thinking about this?