exercism / exalysis

Mentoring tool for the Go track on Exercism. Downloads students code, checks it and provides suggestions.
33 stars 13 forks source link

twofer: additional suggestions #81

Closed tehsphinx closed 5 years ago

tehsphinx commented 5 years ago

There are 2 things I am thinking of adding:

https://github.com/exercism/automated-mentoring-support/issues/4

bitfield commented 5 years ago

Good idea! I never understood why people seem so reluctant to assign to the name variable; if they come from pass-by-reference languages that might explain it.

tehsphinx commented 5 years ago

All 3 points added to go-analyzer repo (not uploaded yet: see https://github.com/exercism/automated-mentoring-support/issues/17).

TODO: Need to switch exalysis over use the suggestion algorithm from go-analyzer once everything is integrated there.

tehsphinx commented 5 years ago

exalysis now uses the same suggestion algorithm as go-analyzer for two-fer