Click here to Skip to main content
15,886,110 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: CCC 01-06-2022 Pin
Craig Robbins1-Jun-22 1:21
Craig Robbins1-Jun-22 1:21 
GeneralRe: CCC 01-06-2022 Pin
OriginalGriff1-Jun-22 1:39
mveOriginalGriff1-Jun-22 1:39 
GeneralRe: CCC 01-06-2022 Pin
OriginalGriff1-Jun-22 1:16
mveOriginalGriff1-Jun-22 1:16 
GeneralRe: CCC 01-06-2022 - Winner !!! Pin
pkfox1-Jun-22 1:53
professionalpkfox1-Jun-22 1:53 
Generalblind micro optimisation Pin
Super Lloyd31-May-22 18:20
Super Lloyd31-May-22 18:20 
GeneralRe: blind micro optimisation Pin
CodeWomble31-May-22 19:40
CodeWomble31-May-22 19:40 
GeneralRe: blind micro optimisation Pin
Super Lloyd31-May-22 20:12
Super Lloyd31-May-22 20:12 
GeneralRe: blind micro optimisation Pin
dan!sh 31-May-22 21:16
professional dan!sh 31-May-22 21:16 
I would prefer option one. It seems cleaner to me. I find code that jumps through 15 methods to do a job confusing.

For performance, there is no way to comment. I would focus on how is this method going to get used. If it is once a day and saves me a nanosecond, I do not care as long as application does not need to be that fast. But if it is used million times a day and saved a millisecond each run, then I would focus.

I find these performance analysis of individual methods not really useful. We need to look at application usage in my opinion rather trying to make fastest ever code. In the end, this is a business and if I spend a day to refactor to gain a second in a day at say 1000 Euro cost, it does not look good.
"It is easy to decipher extraterrestrial signals after deciphering Javascript and VB6 themselves.", ISanti[^]

GeneralRe: blind micro optimisation Pin
lmoelleb31-May-22 23:06
lmoelleb31-May-22 23:06 
GeneralRe: blind micro optimisation Pin
Super Lloyd31-May-22 23:17
Super Lloyd31-May-22 23:17 
GeneralRe: blind micro optimisation Pin
megaadam31-May-22 23:39
professionalmegaadam31-May-22 23:39 
GeneralRe: blind micro optimisation Pin
Richard Deeming1-Jun-22 0:23
mveRichard Deeming1-Jun-22 0:23 
GeneralRe: blind micro optimisation Pin
jsc421-Jun-22 0:27
professionaljsc421-Jun-22 0:27 
GeneralRe: blind micro optimisation Pin
Richard Deeming1-Jun-22 0:35
mveRichard Deeming1-Jun-22 0:35 
GeneralRe: blind micro optimisation Pin
PIEBALDconsult1-Jun-22 2:43
mvePIEBALDconsult1-Jun-22 2:43 
GeneralRe: blind micro optimisation Pin
Super Lloyd1-Jun-22 17:33
Super Lloyd1-Jun-22 17:33 
GeneralRe: blind micro optimisation Pin
honey the codewitch1-Jun-22 2:58
mvahoney the codewitch1-Jun-22 2:58 
GeneralRe: blind micro optimisation Pin
Super Lloyd1-Jun-22 17:32
Super Lloyd1-Jun-22 17:32 
GeneralRe: blind micro optimisation Pin
obermd2-Jun-22 3:12
obermd2-Jun-22 3:12 
GeneralRe: blind micro optimisation Pin
honey the codewitch3-Jun-22 3:09
mvahoney the codewitch3-Jun-22 3:09 
GeneralRe: blind micro optimisation Pin
Super Lloyd4-Jun-22 6:21
Super Lloyd4-Jun-22 6:21 
GeneralRe: blind micro optimisation Pin
honey the codewitch4-Jun-22 6:48
mvahoney the codewitch4-Jun-22 6:48 
GeneralRe: blind micro optimisation Pin
obermd1-Jun-22 4:35
obermd1-Jun-22 4:35 
GeneralRe: blind micro optimisation Pin
Rick York1-Jun-22 11:27
mveRick York1-Jun-22 11:27 
GeneralRe: blind micro optimisation Pin
jmaida1-Jun-22 15:06
jmaida1-Jun-22 15:06 

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.