Skip to content

Add Meaningful variable names #68

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

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