@codecrafters@bsd.cafe as this is a repost, i'll also repeat my criticism:
This is written and sounds exactly like the gurus its criticizing. Its also written in a way which is dismissive to any technical reasons one way or the other.
mastodon
4.5.8
moved to @laund@tech.lgbt
@codecrafters@bsd.cafe as this is a repost, i'll also repeat my criticism:
This is written and sounds exactly like the gurus its criticizing. Its also written in a way which is dismissive to any technical reasons one way or the other.
@codecrafters@bsd.cafe ah, so you went to my profile, found out which language i happen to use, and used that to attack a stance which i do not hold, countering arguments i have not made.
and all i did was point out that your post sounds exactly like the gurus you're criticizing and ignores genuine reasons modern languages exist. and i purposefully said "modern languages" and not "rust" here.
and i get accused of things i didn't do and disagree with.
yeah, that makes me feel really welcome.
/s
@codecrafters@bsd.cafe you criticize "gurus" of modern languages, yet this post reads exactly like what those "gurus" say. You talk about modern languages with the same disregard they talk about C, and C with the same zeal they use for modern languages.
@mickeymarse@social.gfsc.studio it stands to reason that it would get a new printed version along with the 2024 edition of the language, but that's a guess
@jimmylittle@hachyderm.io json objects are stored as hashmaps or hashtables in most languages, most implementations of which are not ordered as thats extra overhead.
You'll essentially get the json sorted by the hash function result of the key (in simple terms).
you generally don't want to store ordered data as objects, but use json arrays instead which preserve order.