On 2/2/2017 12:37 PM, Random D user wrote:
I prefer flexible (fun), fast and debuggable (debugger/printing friendly) code. It seems that neither @safe or const are part of it. (I'm not writing life and death safety critical code anyway).
One nice feature of D is you don't have to use const, @safe, etc., if you don't want to. But for high stakes software, there's no substitute.
