Click here to Skip to main content
15,884,298 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: unpopular opinion: Rust: not a fan Pin
megaadam22-Mar-22 4:38
professionalmegaadam22-Mar-22 4:38 
GeneralRe: unpopular opinion: Rust: not a fan Pin
TNCaver22-Mar-22 4:53
TNCaver22-Mar-22 4:53 
GeneralRe: unpopular opinion: Rust: not a fan Pin
honey the codewitch22-Mar-22 4:54
mvahoney the codewitch22-Mar-22 4:54 
GeneralRe: unpopular opinion: Rust: not a fan Pin
TNCaver22-Mar-22 5:09
TNCaver22-Mar-22 5:09 
GeneralRe: unpopular opinion: Rust: not a fan Pin
honey the codewitch22-Mar-22 6:11
mvahoney the codewitch22-Mar-22 6:11 
GeneralRe: unpopular opinion: Rust: not a fan Pin
TNCaver22-Mar-22 11:10
TNCaver22-Mar-22 11:10 
GeneralRe: unpopular opinion: Rust: not a fan Pin
honey the codewitch22-Mar-22 11:24
mvahoney the codewitch22-Mar-22 11:24 
GeneralRe: unpopular opinion: Rust: not a fan Pin
Ryan Peden23-Mar-22 5:46
professionalRyan Peden23-Mar-22 5:46 
It might be that Rust is designed to solve different problems than the ones you need to solve? Though it's okay to just flat out dislike it as well.

If you add up the billions of dollars of damage caused by good C programmers with decades of experience making mistakes that Rust would have disallowed - things like Heartbleed - you can see the motivation to use a language like Rust. Like it or not, year in and year old, a huge percentage of bugs and vulnerabilities in software are caused by memory safety issues.

It's certainly not the best choice for every problem. I can't say I *love* writing Rust. But I think it's a good choice for you need C-like performance but can't afford vulnerabilities. Say you're implementing something like OpenSSL - I'd argue that if you're starting a project like that in 2022, you'd be crazy to pick C (or even C++) over Rust. I suppose you could pick something like MISRA C or even Ada as well, but I don't think either of those would be more joyful to write than Rust.

For certain classes of problems, the only safe assumption you should make is that you do need training wheels because no matter how much experience you have or how good you are, eventually you will make a costly mistake. For most other applications, Rust probably isn't the best choice.

My personal position on it is that I never quite enjoy writing Rust as much as other language; I never seem to get into that state of seamless flow I get into in other languages. But I also think it fills a niche that isn't particularly well-served by other languages. I think that Rust might not be the #1 tool for you or me, but I also think our industry as a whole needs it (or something similar) pretty desperately.
GeneralRe: unpopular opinion: Rust: not a fan Pin
honey the codewitch23-Mar-22 5:48
mvahoney the codewitch23-Mar-22 5:48 
GeneralWSO CCC OTD 22 March 2022 - SOLVED Pin
Kornfeld Eliyahu Peter22-Mar-22 0:00
professionalKornfeld Eliyahu Peter22-Mar-22 0:00 
GeneralRe: WSO CCC OTD 22 March 2022 Pin
OriginalGriff22-Mar-22 0:09
mveOriginalGriff22-Mar-22 0:09 
GeneralRe: WSO CCC OTD 22 March 2022 Pin
Kornfeld Eliyahu Peter22-Mar-22 0:32
professionalKornfeld Eliyahu Peter22-Mar-22 0:32 
GeneralRe: WSO CCC OTD 22 March 2022 Pin
pkfox22-Mar-22 0:33
professionalpkfox22-Mar-22 0:33 
GeneralRe: WSO CCC OTD 22 March 2022 Pin
OriginalGriff22-Mar-22 0:53
mveOriginalGriff22-Mar-22 0:53 
GeneralRe: WSO CCC OTD 22 March 2022 - SOLVED Pin
pkfox22-Mar-22 1:44
professionalpkfox22-Mar-22 1:44 
GeneralRe: WSO CCC OTD 22 March 2022 - SOLVED Pin
Kornfeld Eliyahu Peter22-Mar-22 2:00
professionalKornfeld Eliyahu Peter22-Mar-22 2:00 
GeneralWordle hurdle of the day Pin
dan!sh 21-Mar-22 22:38
professional dan!sh 21-Mar-22 22:38 
GeneralRe: Wordle hurdle of the day Pin
pkfox21-Mar-22 22:46
professionalpkfox21-Mar-22 22:46 
GeneralRe: Wordle hurdle of the day Pin
OriginalGriff21-Mar-22 22:48
mveOriginalGriff21-Mar-22 22:48 
GeneralRe: Wordle hurdle of the day Pin
Kornfeld Eliyahu Peter21-Mar-22 23:19
professionalKornfeld Eliyahu Peter21-Mar-22 23:19 
GeneralRe: Wordle hurdle of the day Pin
pkfox21-Mar-22 23:51
professionalpkfox21-Mar-22 23:51 
GeneralRe: Wordle hurdle of the day Pin
OriginalGriff21-Mar-22 23:55
mveOriginalGriff21-Mar-22 23:55 
GeneralRe: Wordle hurdle of the day Pin
Kornfeld Eliyahu Peter21-Mar-22 23:58
professionalKornfeld Eliyahu Peter21-Mar-22 23:58 
GeneralRe: Wordle hurdle of the day Pin
Vivi Chellappa22-Mar-22 2:00
professionalVivi Chellappa22-Mar-22 2:00 
GeneralRe: Wordle hurdle of the day Pin
OriginalGriff21-Mar-22 22:46
mveOriginalGriff21-Mar-22 22:46 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.