this post was submitted on 31 Oct 2023
416 points (94.4% liked)
Programmer Humor
19488 readers
1084 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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
clion is also strictly separated.
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.
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.
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.