From e0d50a58863a9afc0cfcfa177d6958ea93f585fd Mon Sep 17 00:00:00 2001 From: Sander Ploegsma Date: Wed, 31 Jan 2024 06:24:35 +0100 Subject: [PATCH] lasagna: Update design.md Add missing celebratory comment --- exercises/concept/lasagna/.meta/design.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/exercises/concept/lasagna/.meta/design.md b/exercises/concept/lasagna/.meta/design.md index d01adbc98..47ead5001 100644 --- a/exercises/concept/lasagna/.meta/design.md +++ b/exercises/concept/lasagna/.meta/design.md @@ -55,5 +55,8 @@ This exercise could benefit from the following rules in the [analyzer]: Explain that reusing existing code instead of copy-pasting can help make code easier to maintain. - `actionable`: If the student left any `// TODO: ...` comments in the code, instruct them to remove these. +If the solution does not receive any of the above feedback, it must be exemplar. +Leave a `celebratory` comment to celebrate the success! + [analyzer]: https://github.com/exercism/java-analyzer [representer]: https://github.com/exercism/java-representer