Skip to content

Add Meaningful variable names#68

Open
Lin777 wants to merge 2 commits intomasterfrom
AddMeaningfulVariableNames
Open

Add Meaningful variable names#68
Lin777 wants to merge 2 commits intomasterfrom
AddMeaningfulVariableNames

Conversation

@Lin777
Copy link
Collaborator

@Lin777 Lin777 commented Jan 27, 2020

Fixes #16

Now generate test like:

test30
  "Fitness: 
block-coverage: 4.762
"
  "This test covers: 
block-coverage
SFoo:4.762%
"
  | _aSFoo0 _anOrderedCollection1 _aDictionary2 |
  _aSFoo0 := SFoo new.
  _anOrderedCollection1 := _aSFoo0 returnCollection.
  _aDictionary2 := _aSFoo0 return: _anOrderedCollection1.
  self assert: _anOrderedCollection1 equals: _aDictionary2.
  self assert: _aSFoo0 score equals: 0.
  self assert: _anOrderedCollection1 printString equals: 'an OrderedCollection()'.
  self assert: _aDictionary2 printString equals: 'an OrderedCollection()'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Meaningful variable names

1 participant