pharo icon indicating copy to clipboard operation
pharo copied to clipboard

Cleaning up bestNodeFor: tests

Open Ducasse opened this issue 1 year ago • 0 comments

The method

getMethodString
	^'toto
		"First comment"
		| temp variables |
		"Second comment"
		assignement := " Third comment " #node.
		"Fourth comment"
		message "Fifth comment", ''node''.
		"Sixth comment" cascade node; nodeux "Seventh comment"; notrois.
		^ "return" nil
		'

should be a valid method. This is not, then in addition it should use english (assignment and not assignement).

Ducasse avatar Oct 07 '24 18:10 Ducasse