this post was submitted on 31 May 2025
599 points (100.0% liked)
Trans Memes
1809 readers
77 users here now
A place to post memes relating to the transgender experience.
Rules
- Follow lemmy.blahaj.zone community guidelines.
- Posts must be trans related.
- No bigotry.
- Do not post or link to pornography.
- If a post is tagged with a specific gender identity, keep the conversation centered on that identity.
- Posts that assume the viewer’s gender and/or contain potentially triggering content must be spoilered and tagged at the beginning of the post title. Example content-warning tags that you can copy include the following:
[CW: Assumes Viewer is Transmasc]
[CW: Assumes Viewer is Transfem]
[CW: Assumes Viewer is Nonbinary]
[CW: Transphobia]
[CW: Violence]
[CW: Weapons/Firearms]
[CW: Disturbing Imagery]
- Mods can be arbitrary.
Recommendations
- Include other tags in posts for example:
[Transfem/Transmasc/Non-binary]
- Include image description when possible.
- Link to source
founded 2 years ago
MODERATORS
Should be enum.
And don't capitalize your variables.
C# disagrees
Idk C#, could you explain?
The MS style guide, which most C# code follows, says so.
https://learn.microsoft.com/en-us/dotnet/csharp/fundamentals/coding-style/identifier-names#pascal-case
I personally hate it and I prefer the java/js style. The braces are also horrible. Here's an example.