this post was submitted on 28 Mar 2024
608 points (98.1% liked)

Programmer Humor

31812 readers
592 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
(page 2) 49 comments
sorted by: hot top controversial new old
[–] [email protected] 6 points 4 months ago (2 children)

String if_you_must_please_at_least_separate_the_words

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

PascalCase is standard in C#

load more comments (1 replies)
[–] [email protected] 6 points 4 months ago* (last edited 4 months ago) (2 children)

Hot take, but the main problem with this is that you have to type variables or use them in larger expressions. Otherwise I like it.

These would make a great mouseover text. I don't know if there's any standard way to support that. Actually, how come coding in non-plaintext formats never took off?

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

In pretty much any language I've used there is some standard for doc comments that would show up as mouseover text in the IDE.

[–] [email protected] 1 points 4 months ago* (last edited 4 months ago)

I need like a tutorial on IDEs, because clearly I'm using them wrong. Or I tend to work on things that are poorly documented and just haven't been able to take advantage, I guess that's possible.

[–] [email protected] 2 points 4 months ago

snake_case_might_be_better_for_that

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

youCannotImagineTheLookOfDisgustOnMyFace

[–] [email protected] 4 points 5 months ago
[–] [email protected] 1 points 4 months ago
[–] [email protected] 4 points 4 months ago

Wtf. It's not even center aligned.

[–] [email protected] 3 points 4 months ago* (last edited 4 months ago)

I don't (brain processes the photons bouncing off the object and colliding with the cones and rods in the retina) a problem with this.

(See what I did there?)

(I think I met my dad joke quota for the month.)

[–] [email protected] 2 points 4 months ago (1 children)

I’m already annoyed by the end of public static final string that the variable name doesn’t even bother me in these sorts of langauages. All things should be public, static, & final, by default so they aren’t necessary to write. You should only have to write what unsafeties you are opting into.

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

You may enjoy having a look at F#. It says that it's "functional first", but I think a better description would be "an opinionated version of C#".

For example it doesn't have a "const"-keyword. Instead it has a "mutable"-keyword, because everything is const by default.

[–] [email protected] 1 points 4 months ago

Being attached to the CLR isn’t my cup of tea, but I have been learning its older cousin OCaml off & on the last 1½ years

[–] [email protected] 2 points 4 months ago

Aah.... Like reading a novel. But with a lot of weird punctuation.... Or maybe just like a novel then.

[–] [email protected] 1 points 4 months ago

I use C++ and in certain projects, I am already halfway there.

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

When the variable name is the description that should be in the comments.

Idea: Comments that automattically populate the end of any line a given variable is invoked on, including spelling out formulas from that line. ie: float y=mx+b // (cartesian y value)=(slope)(cartesian x value)+(cartisian y-intercept)

"Duplicated" coments not actually in the file, but specified witt the creation of such variables and spread around by the code editor /IDE.

[–] [email protected] 4 points 4 months ago

Then, you could take those comments, and have the compiler use them to ensure you're using the right variable in the right place. Oh wait, we just invented a type system.

[–] [email protected] 1 points 4 months ago

this is a crime against humanity

[–] [email protected] 0 points 4 months ago
load more comments
view more: ‹ prev next ›