this post was submitted on 31 Oct 2023
416 points (94.4% liked)

Programmer Humor

19291 readers
1216 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
 
all 43 comments
sorted by: hot top controversial new old
[–] suodrazah@lemmy.world 74 points 11 months ago (4 children)

There should be a language called Cod. And coding could be Coding. Cute little fish mascot too.

[–] bappity@lemmy.world 41 points 11 months ago* (last edited 11 months ago)

I would always pronounce it Codding if this were real

[–] Clusterfck@lemmy.sdf.org 31 points 11 months ago

Code snippets are “filets.”

[–] xmunk@sh.itjust.works 15 points 11 months ago (1 children)

Too late, valve wrote the source engine over a decade ago and I'm still mad.

[–] TrickDacy@lemmy.world 7 points 11 months ago (1 children)
[–] irmoz@reddthat.com 17 points 11 months ago

"source code"

[–] Amaltheamannen@lemmy.ml 3 points 11 months ago

There is Coq

[–] aksdb@feddit.de 67 points 11 months ago (4 children)

IDEA isn't Java-only. Most of the other languages are available as plugins. IDEA is typically the go-to IDE for multilanguage projects.

[–] brunofin@lemm.ee 13 points 11 months ago (2 children)

Except .NET then you can use Rider which is pretty much IDEA but with added support for .NET, which makes it.. better..? Not sure.

[–] gkd@lemmy.ml 15 points 11 months ago

Most of their products are like that. There are a lot of specific language support features in each one that may become available as plugins later on but not at the same pace or “fullness” as the specific product itself.

For example, PHPStorm has good JavaScript support but if you want really good Typescript support you should probably go with Webstorm.

Alternatively, I can totally write Rust code in Webstorm through the Rust plugin but I’m better off using CLion that has better support (or now RustRover which will be where all the latest Rust support features are added, although it’s still a preview product afaik).

Also worth noting though that there are indeed some “tiers”. Like Webstorm won’t support PHP but PHPStorm will support JavaScript/Typescript (again, not fully but enough to maintain a front end operating off your PHP backend)

[–] aksdb@feddit.de 7 points 11 months ago (1 children)

clion is also strictly separated.

[–] ursakhiin@beehaw.org 1 points 11 months ago (1 children)

As it should be. The needs of a systems language are very different than the needs of a virtualized or interpreted one. I honestly don't see how people use a single IDE for every language but I respect their choice to do it.

[–] aksdb@feddit.de 1 points 11 months ago (1 children)

I have a few projects where parts are Java, parts are Go and parts are C. Having that in a single workspace can be convenient.

[–] ursakhiin@beehaw.org 1 points 11 months ago

Even those I tend to open up in their specific IDEs when the time comes. It helps me separate the language but also the workflow.

[–] feef@lemmy.world 2 points 11 months ago

This. I use IntelliJ for Java, Kotlin, typescript, Python, HTML etc… it just does everything and does it better than other IDEs.

[–] CodingCarpenter@lemm.ee 1 points 11 months ago

I prefer phpstorm for multi language personally.

[–] Lime66@lemmy.world 1 points 10 months ago

Or available in the paid version

[–] tilcica@lemm.ee 15 points 11 months ago (1 children)

as a python programmer.....^yes

[–] AVincentInSpace@pawb.social 3 points 11 months ago

There's a big difference between IntelliJ and PyCharm.

IntelliJ is a Java IDE written in Java by people who are used to how Java works.

PyCharm is a Python IDE written in Java by people who are used to how Java works.

One of them is good.

[–] madkarlsson@beehaw.org 13 points 11 months ago (1 children)

Could have been funny if you weren't comparing their generic plugin based IDE with one of the pre-set, python ones. The descriptions are fine.

This also ironically highlights exactly the horrors and the business model of the intellij IDEs but that's a rant for another day

[–] kogasa@programming.dev 5 points 11 months ago (1 children)

IntelliJ IDEA isn't really more generic than PyCharm. It's a Java IDE built on the generic IntelliJ platform. You can load different language plugins in both.

[–] madkarlsson@beehaw.org 4 points 11 months ago (1 children)

It isn't more generic than its the same IDE but with presets and plugins loaded already. Thats the point, sorry if that was unclear.

[–] kogasa@programming.dev 2 points 11 months ago

I mean IDEA has Java-specific stuff just like PyCharm has Python-specific stuff. As far as I understand, IDEA is just regarded as the default "catch-all" JetBrains IDE because it's the oldest and most well-known, and probably most closely linked to the IntelliJ platform which spawned from it in the first place.

[–] skyline@programming.dev 1 points 7 months ago

JetBrains IDE's summarized: Meme

[–] GeorgiaHerrera@programming.dev 1 points 11 months ago* (last edited 11 months ago)

Maybe I'm a dumb chicken, is it similar to apk 😂 😅

[–] AVincentInSpace@pawb.social 1 points 10 months ago

Ah yes, an IDE for coding, as opposed to all those other things there are IDEs for