Skip to content

Meaningful variable names #67

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed

Meaningful variable names #67

wants to merge 2 commits into from

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()'

@Lin777 Lin777 closed this Jan 27, 2020
@Lin777 Lin777 deleted the MeaningfulVariableNames branch January 27, 2020 18:24
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