this post was submitted on 02 Aug 2023
1540 points (97.0% liked)

Programmer Humor

19594 readers
749 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
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] Tamo@programming.dev 3 points 1 year ago (1 children)

Good luck ever doing anything embedded if you always need a clunky IDE. Best thing I ever did was get comfortable in a solely vim/cmake/gcc environment. Even if the majority of work doesn't require it, it'll teach you a lot.

[โ€“] r1veRRR@feddit.de 1 points 1 year ago (1 children)

I mean, we're rewriting everything in Rust, so there's no need to learn cmake anymore /s

To conter your comment a little bit, I think anyone doing coding for a living should absolutely use an editor that supports LSPs. They're an insanely helpful tool with zero downsides.