Skip to content

c - STATEMENTS AND CONTROL FLOW #18

@nixawk

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions