Comment on: Forcing women into programming is a fucking mistake
0 17 May 2018 21:32 u/badbear in v/programmingComment on: Forcing women into programming is a fucking mistake
I don't know the context, but that code won't work. Girl is constructed without that age argument.
Comment on: JavaScript: The Curious Case of null >= 0
They really ought to fix that, but no doubt something depends on it being broken like that.
I suppose that's possible. I'm not entirely sure what language this is. In Java I was under the impression that if you define a constructor there is no default constructor generated. I think C# works the same way.