this post was submitted on 28 Jul 2024
1305 points (99.0% liked)

Programmer Humor

19480 readers
398 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 1 year ago
MODERATORS
 
(page 2) 50 comments
sorted by: hot top controversial new old
[–] [email protected] 13 points 3 months ago (1 children)

Automatically enforced deterministic formatting is the best, there's nothing that beats it. The productivity in just being able to format on save knowing that the code will be in the ideally formatted state, along with the anti-bikeshedding properties of this strategy, makes it unbeatable.

[–] [email protected] 5 points 3 months ago (3 children)

gofumpt and gofmt are the best. One of the reasons if I have a choice I'll code in go. I heard rumblings that rust was working towards having rustfmt be a standard crate.

[–] [email protected] 6 points 3 months ago

Go is in a good position, yeah. JavaScript has prettier, which is nice. Java has google-java-format. Python has ruff, which is quite good. Kotlin has ktfmt, which I believe made a mistake with their standards by not following the standard formatting guidelines for the language, but whatever. Uniform and deterministic for the win.

load more comments (2 replies)
[–] [email protected] 12 points 3 months ago

Actually that seems great?

[–] [email protected] 10 points 3 months ago

What amazes me is that someone either did that manually or wrote a formatter to do that - I doubt that any standard style config would do this.

[–] [email protected] 10 points 3 months ago (1 children)

Don't threaten me with a good time.

load more comments (1 replies)
[–] [email protected] 10 points 3 months ago

looks clean tbh

[–] [email protected] 8 points 3 months ago

Inspired. Truly.

[–] [email protected] 7 points 3 months ago
[–] [email protected] 7 points 3 months ago

weird cousin of lisp

[–] [email protected] 5 points 3 months ago

Jesus fucking Christ.

load more comments
view more: ‹ prev next ›