On Thursday, 22 August 2013 at 15:42:15 UTC, Ramon wrote:
One (OK, not very creative) example that comes to mind is to have less experienced programmers to work in "safe mode" only, which anyway is good enough for pretty everything the average app needs, and to limit "system mode" to seasoned programmers.
If I was managing a D based team, I would definitely make use of safe/system for code reviews. Any commit that touches @system code* would have to go through an extra stage or something to that effect.