• 0 Posts
  • 476 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle






  • I mean, it would be nice to see a comparison between a Chinese loan and a loan by the IMF. Maybe the sting still has to come because they haven’t been doing it for as long, but there’s got to be a good reason those countries go with China instead of the IMF.

    To me it seems like IMF loans involve privatising revenue generating assets, lowering taxes on the wealthy and austerity on the masses. The biggest criticism of the Chinese way of financing is that if you default on the loan you used to build a port/highway/railway line, they keep that specific asset. And I guess instead of using local labour they use Chinese workers.

    There’s definitely things to criticise there, but I know which option I’d pick if I needed a port in my country.










  • Eh, I can see why you’d want something like that in a language like JavaScript where pretty much all native ways of validating input have weird edge cases. Sometimes you just want the community to figure it out for you instead of reinventing the wheel and finding out you missed something later on.

    A whole package that handles validation of inputs, or a math package would be better than a package that just has one function tho.