exercism / go-representer

GNU Affero General Public License v3.0
2 stars 8 forks source link
community-contributions-paused exercism-representer exercism-tooling maintained-autonomous

Exercism's Go Representer

This is Exercism's representer for the Go track. See the docs for more information on representers.

Build Executable

This will create an executable called represent.

go build -tags build -o represent .

Executing the Representer

The representer takes three arguments:

The representer will write a representation.txt and mapping.json file to the output directory.

With the binary built above:

represent two-fer ./representer/testdata/two-fer/1/ ./

Current Normalizations

The basic normalizations recommended in the docs are implemented.

Batch Analysis

See Batch Analysis README for information on how to run the representer on a bigger data set.