4 results for "8389bc898f3f20f87a649d3f46ef6be2"
>typescript doesn't allow multiple constructors for a class
I've been happy with every language design choice until this. What the fuck? How in the world is
class shitfuck{
constructor (param1, param2?) {
if (param2){
...
}
}
}


better than

class shitfuck{
constructor (param1) { }
constructor (param1, param2) { }
}
>>515099113
It definitely succeeded in making me want half the population dead
QUICK! Post your wife
>>507835739