Search:

Type: Posts; User: c99tutorial

Search: Search took 0.04 seconds.

  1. Replies
    30
    Views
    3,410

    To use an analogy, think about how you write...

    To use an analogy, think about how you write English. Is there a "correct" style? You write in sentences, which can have a certain length and a certain style that's appropriate to what you're...
  2. Replies
    30
    Views
    3,410

    Some style issues can help debugging or prevent...

    Some style issues can help debugging or prevent errors when code maintenance comes up, for example



    if (foo)
    do_something();
    else
    do_something_else();
Results 1 to 2 of 2