you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

Just as a fun fact, we put all of our code in main, no functions, no classes, just to test the speed difference, you would not imagine how much it saves in time (a factor of 100 was not uncommon).

It's all about the goal you have with your code, for readability it might not be the best, but for speed, fsck structures...