Anonymous
10/30/2025, 9:51:12 AM
No.107050984
[Report]
>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) { }
}
Anonymous
9/8/2025, 8:07:26 AM
No.515099997
[Report]
>>515099113
It definitely succeeded in making me want half the population dead