Modes

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-14316-chemical-disinfect. Changes for code review

  1. … 1 more file in changeset.
DEN-14307 updated the concentrate pumps park command

  1. … 1 more file in changeset.
RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

Not necessarily at top of function. If variables are only used in a smaller scope (e.g. an if body), they can be declared at the top of that scope. I prefer they not be declared in the middle of co...

Not necessarily at top of function. If variables are only used in a smaller scope (e.g. an if body), they can be declared at the top of that scope. I prefer they not be declared in the middle of code unless there is a good reason (e.g. a dependency in assignment on code above).

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

DEN-14316: Replaced tabs with 4 spaces per code review.

Align "="s.

Align "="s.

Alignment - why is "=" pushed out so far?

Alignment - why is "=" pushed out so far?

Align "="s.

Align "="s.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

I searched this file for tabs and replaced them with 4 spaces. Please check your editor tab settings. RESOLVED in CODE WALKTHROUGH.

I searched this file for tabs and replaced them with 4 spaces. Please check your editor tab settings.
RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

DEN-14316: Replaced tabs with 4 spaces per code review.

To be clear, does this mean all of the local declarations should be at the beginning of the function?

To be clear, does this mean all of the local declarations should be at the beginning of the function?

I can't see this in Code Composer Studio.

I can't see this in Code Composer Studio.

I can't see this in Code Composer Studio.

I can't see this in Code Composer Studio.

Add blank line between declarations and code.

Add blank line between declarations and code.

Align.

Align.

Check indents.

Check indents.

Prefer local var declarations to be at top of scope where they're used.

Prefer local var declarations to be at top of scope where they're used.

Add blank line between declaration and code.

Add blank line between declaration and code.

Remove blank line.

Remove blank line.

Remove blank line.

Remove blank line.