Skip to content

c - STATEMENTS AND CONTROL FLOW #18

Description

@nixawk

This section describes how to organize statements into logical
thoughts and how to format various kinds of statements. The
general principles for writing clear statements are as follows:

  • Use blank lines to organize statements into paragraphs and
    to separate logically related statements.

  • Limit the complexity of statements, breaking a complex
    statement into several simple statements if it makes the
    code clearer to read.

  • Indent to show the logical structure of your code.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions