]> gitweb.factorcode.org Git - factor.git/blob - extra/gilded-rose/gilded-rose-docs.factor
gilded-rose: new vocab
[factor.git] / extra / gilded-rose / gilded-rose-docs.factor
1 ! Copyright (C) 2024 Alexander Ilin.
2 ! See https://factorcode.org/license.txt for BSD license.
3 USING: help.markup help.syntax kernel strings ;
4 IN: gilded-rose
5
6 ARTICLE: "gilded-rose" "gilded-rose"
7 "The " { $vocab-link "gilded-rose" } " vocab contains the Gilded Rose kata, "
8 "which is a bit of source code for you to practice refactoring. See the history "
9 "behind the original code, as well as the task description in the READMEs "
10 "here: " { $url "https://github.com/emilybache/GildedRose-Refactoring-Kata" }
11 "."
12 $nl
13 "The Factor source is based on the Delphi translation of the C# original." ;
14
15 ABOUT: "gilded-rose"