Comment on: Is it good idea to throw an exception in .NET C# constructor?
0 11 Dec 2017 16:41 u/gabara in v/programmingComment on: C++: How do I work out the usage count of a function template?
You weren't in joke mode. I get it. I'm just being a smart ass.
Comment on: C++: How do I work out the usage count of a function template?
No, you typed C but then you added ++ incrementing it to D. I only know C, not D.
Comment on: C++: How do I work out the usage count of a function template?
I can't program in D.
Always, always have error protection in whatever you're coding. Fuck even if it's fucking Excel always wrap everything in a mighty condom of IFERROR(). Always expect the unexpected when you're working with software. No matter how brilliant a code is, they have logical mental blocks which cause errors. You infect code with bugs as you write it if you are at all human. Expect a third state. It's what created our universe.