dosuser123456@lemmy.sdf.org to Programmer Humor@programming.dev · 3 days agojs is in the "pure embodiment of hell" category along with vb.net and phplemmy.sdf.orgimagemessage-square82linkfedilinkarrow-up1178arrow-down153
arrow-up1125arrow-down1imagejs is in the "pure embodiment of hell" category along with vb.net and phplemmy.sdf.orgdosuser123456@lemmy.sdf.org to Programmer Humor@programming.dev · 3 days agomessage-square82linkfedilink
minus-squareKissaki@programming.devlinkfedilinkEnglisharrow-up1·19 hours agoI would hate to have header files with separate / duplicate declarations. If I want an interface I’ll create an interface type.
minus-squareValmond@lemmy.worldlinkfedilinkarrow-up1·edit-21 hour agoWhat about: Class A{ /* declarations */ }; A a; <= doesn’t instantiate a class! And just put a “a.cs” file somewhere and it’ll pollute the global namespace magically. And on and on. A FOSS language would have evolved, microsoft just doesn’t care. But I guess it’s your fav language so you won’t take any criticism right?
I would hate to have header files with separate / duplicate declarations.
If I want an interface I’ll create an interface type.
What about:
Class A{ /* declarations */ };
A a; <= doesn’t instantiate a class!
And just put a “a.cs” file somewhere and it’ll pollute the global namespace magically.
And on and on.
A FOSS language would have evolved, microsoft just doesn’t care.
But I guess it’s your fav language so you won’t take any criticism right?