this post was submitted on 22 Jul 2024
55 points (96.6% liked)
MidriffMoe
1732 readers
51 users here now
Anime characters who are the object of worship in the church of belly!
- Posts must feature "midriff moe". That is, anime characters with visible midriff. That's all.
- No nudity. Lewd art is fine, but mark it NSFW.
- If posting a more suggestive piece, or one with simply a lot of skin, consider still marking it NSFW.
- Include a link to the artist in post body, if you can.
- AI Generated content is not allowed.
- Positivity only. No shitting on the art, the artists, or the fans of the art/artist.
- Finally, all rules of the parent instance still apply, of course.
SauceNao can be used to effectively reverse search the creator of a piece, if you do not know it.
You may also leave the post body blank or mention @saucechan@ani.social, in which case the bot will attempt to find and provide the source in a comment.
Find other anime communities which may interest you: Here
Other "moe" communities:
- !fitmoe@lemmy.world
- !murdermoe@lemmy.world
- !fangmoe@ani.social
- !cybermoe@ani.social
- !streetmoe@ani.social
- !kemonomoe@ani.social
- !thiccmoe@ani.social
- !officemoe@ani.social
- !meganemoe@ani.social
- !gothmoe@ani.social
- !militarymoe@ani.social
- !morphmoe@ani.social
- !smolmoe@ani.social
- !maidmoe@ani.social
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Haha... I know that'd be best practice.
But holding the code in my head gets so much harder when I do that. There's something about the way I think about code that makes it easier for me to do monolithically. Just keeping the whole thing in my mind as a long, from the top downwards list.
There shouldn't be a difference, it's not like the code is any different. But for the same reason I tend to stick to what comes easy.
I might make the analogy that one long file is like a 2d projection of a 3d space for me. I can picture the process moving through the code easier, and as soon I split things into multiple files, it's like my single-dimensional thinking has to become multi-dimensional.
Well everyone works a little bit different, so it's wise to formulate the code to your own likeness. For example I really like separating everything into their own task if possible, since I can get overwhelmed by scrolling through thousands of lines.