Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

which is better?

Name: Anonymous 2012-10-15 3:12

print('Hello World')
return_to_ship()
for_each(alert, monsters_in_area)

print 'Hello World'
return_to_ship
for_each {alert} monsters_in_area

Name: Anonymous 2012-10-15 4:41

>>2

I'm surprised. But I have to admit that the second has less clutter and is easier to read at a glance.

It might swing once the code becomes more complicated.


item_t complex(algorithm) {
  function(has, lots, of(nested, calls))
  and(things)
  but()
  I(wounder, how(binary + operators + will / show * up))
  return c
}



item_t complex algorithm {
  function has lots of nested calls
  and things
  but
  I {wounder} how {binary} + operators + {will} / show * up
  return c
}

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List