Services

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-12224 updated the code

DEN-12224 updated the code

  1. … 2 more files in changeset.
We have a banner above separating system message helpers from Dialin message helpers. Should only be Dialin message helpers below that banner. I think there are a lot of these in the wrong place.

We have a banner above separating system message helpers from Dialin message helpers. Should only be Dialin message helpers below that banner. I think there are a lot of these in the wrong place.

Add another blank line here.

Add another blank line here.

Add another blank line here.

Add another blank line here.

Remove blank line.

Remove blank line.

Do we still need this build switch?

Do we still need this build switch?

It doesn't look like we are following this order - looks like controllers are before modes.

It doesn't look like we are following this order - looks like controllers are before modes.

Remove blank line.

Remove blank line.

Is this the best place to do this?

Is this the best place to do this?

Put declarations at top of scope.

Put declarations at top of scope.

Blank line between declarations and code.

Blank line between declarations and code.

Swap if order.

Swap if order.

Can we change "r" to "reservoir"?

Can we change "r" to "reservoir"?

Put declarations at top of scope.

Put declarations at top of scope.

Add blank line between declarations and code.

Add blank line between declarations and code.

Can local declarations be moved to top of function?

Can local declarations be moved to top of function?

Should we initialize hdMode here since don't want to initialize in init function?

Should we initialize hdMode here since don't want to initialize in init function?

Makes me a little nervous that hdMode is never initialized.

Makes me a little nervous that hdMode is never initialized.

Add another blank line.

Add another blank line.

Is there a rationale for these blank lines in random places?

Is there a rationale for these blank lines in random places?

Add a blank line between declarations and code.

Add a blank line between declarations and code.

Should we s/w fault if not a valid bottle?

Should we s/w fault if not a valid bottle?

Need an else so volume isn't undefined if not acid or bicarb. Should probably also trigger a s/w fault.

Need an else so volume isn't undefined if not acid or bicarb. Should probably also trigger a s/w fault.

Can't we just pass a zero in function param list below? Why need a local variable?

Can't we just pass a zero in function param list below? Why need a local variable?

Can we put all local declarations at top of function?

Can we put all local declarations at top of function?

Remove blank line.

Remove blank line.

Remove extra blank line.

Remove extra blank line.

Should be NUM_OF_SWITCHES based on enum name and type. Also, no doors - fix comment.

Should be NUM_OF_SWITCHES based on enum name and type. Also, no doors - fix comment.

Does this volume ever get read from NV memory at startup?

Does this volume ever get read from NV memory at startup?