Modes

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-14316-chemical-disinfect. Merged code walkthrough changes and my code review changes.

  1. … 2 more files in changeset.
The start_stop messages for other modes are named similarly.

The start_stop messages for other modes are named similarly.

removed

removed

removed

removed

fixed

fixed

fixed

fixed

Fixed

Fixed

fixed

fixed

fixed

fixed

I need help with resolving this.

I need help with resolving this.

I am still not sure where you want the declarations to go. They are just before the part of the function that checks the inlet water conditions. The only other logical place is at the top.

I am still not sure where you want the declarations to go. They are just before the part of the function that checks the inlet water conditions. The only other logical place is at the top.

Removed the do nothing cases, added comment to default case.

Removed the do nothing cases, added comment to default case.

Fixed

Fixed

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.