jgabaut / helapordo

A roguelike terminal game, using ncurses.
https://jgabaut.github.io/helapordo-docs
GNU General Public License v3.0
15 stars 0 forks source link

[CHORE] Remove legacy code from comments #48

Open jgabaut opened 7 months ago

jgabaut commented 7 months ago

Situation

A lot of legacy code is embedded as comment and it's an eyesore. Removing it is due, but also a chore.

Maybe we should extract it to some "legacy docs" .c file that can be translated with doxygen, so the old code still retains some meaning.

Steps

jgabaut commented 7 months ago

Merging this would also need the eventual Github Pages deploy to account for the legacy code at some point. See #50.