Practice · 4 of 4
Release vs Debug reasoning
CHALLENGE
Difficulty: beginner+25 XP
Implement static string ConfigAdvice(string scenario) mapping: "shipping" → "Release", "debugging-a-crash" → "Debug", "ci-compile-check" → "Debug", "benchmarking" → "Release", unknown → "?".
Press Submit to check your solution.
Back to lesson: Practice: Project workshop