exercism / lua

Exercism exercises in Lua.
https://exercism.org/tracks/lua
MIT License
40 stars 57 forks source link

Add an OOP article for high-scores #489

Closed glennj closed 2 months ago

glennj commented 2 months ago

In response to discord message https://discord.com/channels/854117591135027261/1157359032760287302/1258802989985173546

The concept's about.md and introduction.md have the same content.

The content is largely taken from my personal mentoring notes.

ryanplusplus commented 2 months ago

This looks great! How is this exposed via the Exercism UI? Does this automatically get linked from any exercise tagged with oop?

glennj commented 2 months ago

How is this exposed via the Exercism UI? Does this automatically get linked from any exercise tagged with oop?

Hmm I don't know: http://forum.exercism.org/t/how-does-dig-deeper-work/12016

I do know that this is specific to the high-scores exercise. In my first commit 3468ca5 I wrote it as a concept, and added an instructions.append file to point to it. I felt the tone of the tutorial is not really concept-y which is why I moved it to an article. What would you prefer?

ryanplusplus commented 2 months ago

I felt the tone of the tutorial is not really concept-y which is why I moved it to an article. What would you prefer?

I'm good with an article