Skip to main content

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 → "?".

Back to lesson: Practice: Project workshop