Slashdot Mirror


User: meekrab

meekrab's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:Multiple Returns on Ask Slashdot: What Are Some Bad Programming Ideas That Work? (infoworld.com) · · Score: 1

    You're hurting your future self. The control flow of the compiler output doesn't matter except to some optimizer that can read machine code better than you can read text messages from your bae. The logical control flow of your source code does matter, to potentially a lot of people, because humans have to reason about it when they change it. One exit point is better than 50, but sometimes its worse than 2.