this post was submitted on 23 Sep 2025
367 points (95.1% liked)

Programmer Humor

26649 readers
2456 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 

Re-posted to fix my filename emoji. You can't make this shit up

you are viewing a single comment's thread
view the rest of the comments
[–] notarobot@lemmy.zip 3 points 1 week ago* (last edited 1 week ago)

I can't believe I'm mentioning svelte kit file structure twice in like a week. I made an example to show in another comment but when I tried to copy and paste here it escaped Ann the characters, so here is a link

https://lemmy.zip/comment/21657580

Edit: I got it. The / at the end are not part of the name, they are just to show that they are folders

routes/
+page.ts
(admin)/
  +page.ts
  [user=uuid]/
    [[community]]/
      +page.ts
    posts/
      [...postIds@]/
        +page.ts