tech.lgbt is one of the many independent Mastodon servers you can use to participate in the fediverse.
We welcome all marginalized identities. This Mastodon instance is generally for folks who are LGBTQIA+ and Allies with an interest in tech work, academics, or technology in general.

Server stats:

2.9K
active users

@laund @buherator ternary-like source code minification is basically the example.

rust makes dense code, not readable code.

the minimization of misplacable but important characters (like ' for lifetimes) is similar to using very short, undescriptive variable names.

type is indeterminate to the reader on source alone,

python lambda-like one-liners seem encouraged,

large parts of common libraries have junk like this: github.com/serde-rs/serde/blob (where multi line mutations are used)

density of code and obfuscation of the type and mutability seem pretty frequent.

it's a language where squinting to find the misplaced period vs comma would be quite annoying.

GitHubserde/serde_derive/src/bound.rs at master · serde-rs/serdeSerialization framework for Rust. Contribute to serde-rs/serde development by creating an account on GitHub.