exercism / fsharp

Exercism exercises in F#.
https://exercism.org/tracks/fsharp
MIT License
108 stars 98 forks source link

LogLines expects methods to be called but no-where in the introductions do we explain how to call methods #1173

Open iHiD opened 1 year ago

iHiD commented 1 year ago

See https://discord.com/channels/854117591135027261/1094357050026361032/1094357050026361032 for the conversation

ErikSchierboom commented 1 year ago

We should be adding a little section to the basics concept that explains that methods are functions linked to a class (with havewaving what a class is) and then show an example.