Slashdot Mirror


User: idealistw

idealistw's activity in the archive.

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

Comments · 1

  1. The Inlined code is more difficult to read. on How Experienced And Novice Programmers See Code · · Score: 4, Funny

    Just a FYI, the test is really poorly done because the code that the novice and the expert are looking at are different. I can read the Expert's code and figure out what the output should read in no time. The inlined code, on the other hand, I have to do the full iteration for each loop. It's really a test fail.