Click here to Skip to main content
15,917,859 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: This just happened at lunch. Pin
Choroid24-May-24 20:23
Choroid24-May-24 20:23 
GeneralStatic security code analysis. Pin
GKP199220-May-24 20:52
professionalGKP199220-May-24 20:52 
GeneralRe: Static security code analysis. Pin
Pete O'Hanlon20-May-24 21:10
mvePete O'Hanlon20-May-24 21:10 
GeneralRe: Static security code analysis. Pin
GKP199220-May-24 21:11
professionalGKP199220-May-24 21:11 
GeneralRe: Static security code analysis. Pin
Kornfeld Eliyahu Peter20-May-24 21:47
professionalKornfeld Eliyahu Peter20-May-24 21:47 
GeneralRe: Static security code analysis. Pin
RickZeeland20-May-24 22:58
mveRickZeeland20-May-24 22:58 
GeneralRe: Static security code analysis. Pin
jschell21-May-24 12:38
jschell21-May-24 12:38 
GeneralRe: Static security code analysis. Pin
Sander Rossel21-May-24 22:31
professionalSander Rossel21-May-24 22:31 
I have experience with Sonar lint and so far I find it pretty annoying.
Lots of annoying micro (more like pico) performance recommendations: use Count/Length > 0 instead of Any() or use TrueForAll instead of All (TrueForAll didn't even exist when I wrote this code).
Sometimes it wants me to make code less readable by changing foreach (var something in somethings) { something.Whatever... } to foreach (var whatever in somethings.Select(s => s.Whatever)) { whatever... } (which kind of negates the prior performance recommendations).
On very few occassions it gave me recommendations that changes the meaning of the code and one time even to code that didn't compile.

I've seen lesser programmers changing JavaScript code to the latest greatest that wasn't supported in client's browsers because Sonar lint told them to.

I've tried hiding some recommendations, but can't get it to work (in the free version).
I haven't seen really good suggestions.

GeneralRe: Static security code analysis. Pin
Matt Bond22-May-24 3:21
Matt Bond22-May-24 3:21 
GeneralRe: Static security code analysis. Pin
QED200323-May-24 3:49
professionalQED200323-May-24 3:49 
GeneralRe: Static security code analysis. Pin
englebart1-Jun-24 17:59
professionalenglebart1-Jun-24 17:59 
GeneralRe: Static security code analysis. Pin
GKP19922-Jun-24 3:41
professionalGKP19922-Jun-24 3:41 
GeneralWordle 1,067 Pin
Shane010320-May-24 18:05
Shane010320-May-24 18:05 
GeneralRe: Wordle 1,067 Pin
OriginalGriff20-May-24 18:41
mveOriginalGriff20-May-24 18:41 
GeneralRe: Wordle 1,067 Pin
GKP199220-May-24 18:58
professionalGKP199220-May-24 18:58 
GeneralRe: Wordle 1,067 Pin
ChandraRam20-May-24 20:12
ChandraRam20-May-24 20:12 
GeneralRe: Wordle 1,067 Pin
Amarnath S20-May-24 20:17
professionalAmarnath S20-May-24 20:17 
GeneralRe: Wordle 1,067 **** Spoiler **** Pin
StarNamer@work21-May-24 4:52
professionalStarNamer@work21-May-24 4:52 
GeneralRe: Wordle 1,067 **** Spoiler **** Pin
pkfox21-May-24 9:28
professionalpkfox21-May-24 9:28 
GeneralRe: Wordle 1,067 - 4 4 me Pin
pkfox20-May-24 21:20
professionalpkfox20-May-24 21:20 
GeneralRe: Wordle 1,067 Pin
Cp-Coder20-May-24 21:27
Cp-Coder20-May-24 21:27 
GeneralRe: Wordle 1,067 Pin
StarNamer@work21-May-24 4:51
professionalStarNamer@work21-May-24 4:51 
GeneralI had been looking for ideas for a code generator Pin
honey the codewitch20-May-24 4:31
mvahoney the codewitch20-May-24 4:31 
GeneralRe: I had been looking for ideas for a code generator Pin
Daniel Pfeffer20-May-24 4:53
professionalDaniel Pfeffer20-May-24 4:53 
GeneralRe: I had been looking for ideas for a code generator Pin
honey the codewitch20-May-24 7:03
mvahoney the codewitch20-May-24 7:03 

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.