exercism / vimscript

Exercism exercises in Vim script.
https://exercism.org/tracks/vimscript
MIT License
20 stars 24 forks source link

Add matrix exercise #236

Closed BNAndras closed 8 months ago

BNAndras commented 8 months ago

Related to #172.

Any feelings about the string to number conversion? I don't feel like it adds much to the exercise so we could make the expected values be lists of stringified numbers instead. Then the students can focus on manipulating the 2D array.

kotp commented 8 months ago

Related to #172.

Any feelings about the string to number conversion? I don't feel like it adds much to the exercise so we could make the expected values be lists of stringified numbers instead. Then the students can focus on manipulating the 2D array.

Yes, there is no reason to convert the string to number. Hopefully we can make it where there is only the expectation that the elements of a matrix, as represented, can be reported as described.

BNAndras commented 8 months ago

Great, I'll update.