this post was submitted on 17 Mar 2024
1169 points (97.5% liked)

Programmer Humor

25671 readers
2334 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
 
you are viewing a single comment's thread
view the rest of the comments
[–] bjoern_tantau@swg-empire.de 132 points 1 year ago (56 children)

Does anyone actually use touch for its intended purpose? Must be up there with cat.

[–] marcos@lemmy.world 14 points 1 year ago (1 children)

When you updated a Django server, you were supposed to touch the settings.py file so the server would know to reload your code. (I haven't used any for a long time, so I don't know if it's still the procedure.)

There are many small things that use it.

[–] alexdeathway@programming.dev 7 points 1 year ago

it now has a hot reload, How long ago were you using Django?

load more comments (54 replies)