16

Some people write unreadable horse shit pretending to be code it even puzzles the computer.

Comments
  • 0
    Did you know in C, main doesn't have to be a function?
  • 0
  • 2
    @rantsauce Yup. Just try compiling this with gcc:

    const int main[] = {};

    It'll create an executable that will segfault. But it'll compile!
  • 1
    Which is why we have advanced compilers, IDEs, linters, tests on various levels and code review (and much more QA tools/layers). And still you manage to have someone write bad code? Sound like it's time for some constructive feedback.
Add Comment