Skip to content

Fix template request #13

@BaeEB

Description

@BaeEB
  1. Operator Mutation
    ex)
  • pgo->nCommitStr += throwEnd;
  • pgo->nCommitStr = throwEnd;
  1. Add statement in the end of scope(if block, while block, method,... etc)

  2. Array index mutation
    ex)

  •        pgdata->bSymbolArrBrkpt[i] = 1;
    
  •        pgdata->bSymbolArrBrkpt[ch_count] = 1;
    
  1. Add bracket when insert condition if it is necessary
    ex)
  •  if ( key > '0' && (key < '9' || key == '9') )
    
  • if ( key > '0' && key < '9' )
    
  1. Condition mutation in for/while loop

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions