Search:

Type: Posts; User: Charlie

Search: Search took 0.12 seconds.

  1. Replies
    8
    Views
    1,436

    Re: TO do OR NOT TO do

    Same here! But lately Ive been thinking for-each looks a lot more professional so Im trying to change. (Prolly mainly because I watched some google seminar and they almost used for-each exclusively...
  2. Replies
    8
    Views
    1,436

    Re: TO do OR NOT TO do

    Yes I know its stolen c++/c syntax, Im just trying to get support in hating it. It struck me today how nested do-whiles are almost impossible to make out. I know youre supposed to read them like do...
  3. Replies
    8
    Views
    1,436

    Re: TO do OR NOT TO do

    The password example was actually a really good example. But I do think that the syntax is very hard to read. Alone theyre simple enough to read with proper indentation and such, but nesting them is...
  4. Replies
    8
    Views
    1,436

    TO do OR NOT TO do

    So, my question is simple:

    Why use do-while loops? Theyre harder to read than whiles because the condition is posted after the do command? Nesting do's looks just aweful and is REALLY hard to...
Results 1 to 4 of 4