Click here to Skip to main content
15,887,683 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: The balance between architecture and code Pin
Greg Utas27-Apr-21 15:13
professionalGreg Utas27-Apr-21 15:13 
GeneralRe: The balance between architecture and code Pin
Eddy Vluggen27-Apr-21 9:09
professionalEddy Vluggen27-Apr-21 9:09 
GeneralRe: The balance between architecture and code Pin
David O'Neil27-Apr-21 9:28
professionalDavid O'Neil27-Apr-21 9:28 
GeneralRe: The balance between architecture and code Pin
raddevus27-Apr-21 9:56
mvaraddevus27-Apr-21 9:56 
GeneralRe: The balance between architecture and code Pin
Marc Clifton28-Apr-21 2:51
mvaMarc Clifton28-Apr-21 2:51 
GeneralRe: The balance between architecture and code Pin
honey the codewitch27-Apr-21 11:11
mvahoney the codewitch27-Apr-21 11:11 
GeneralRe: The balance between architecture and code Pin
MSBassSinger27-Apr-21 11:32
professionalMSBassSinger27-Apr-21 11:32 
GeneralRe: The balance between architecture and code Pin
honey the codewitch27-Apr-21 12:18
mvahoney the codewitch27-Apr-21 12:18 
And just to complicate things I'm going to chime in to say that not only does fewer lines of code not mean more efficient, the opposite is more often the case, because naïve algorithms tend to take less code but do more work.

Because of that, the framework code is often the best choice, even for performance reasons.

I wrote a B-tree library in C# for holding millions of rows of data in a dictionary. The standard dictionary outperformed it for small sizes (of course) and kept up with it all the way until millions of rows at which point it still wasn't much worse, leaving the only advantage of my b-tree was the storing of the data in sorted order.

Don't underestimate a good framework. Lean on it hard.
Real programmers use butterflies

GeneralRe: The balance between architecture and code Pin
Mycroft Holmes27-Apr-21 12:20
professionalMycroft Holmes27-Apr-21 12:20 
GeneralRe: The balance between architecture and code Pin
rob tillaart27-Apr-21 21:42
rob tillaart27-Apr-21 21:42 
GeneralRe: The balance between architecture and code Pin
Fabio Franco27-Apr-21 22:56
professionalFabio Franco27-Apr-21 22:56 
GeneralRe: The balance between architecture and code Pin
KateAshman27-Apr-21 23:45
KateAshman27-Apr-21 23:45 
GeneralRe: The balance between architecture and code Pin
GuyThiebaut27-Apr-21 23:50
professionalGuyThiebaut27-Apr-21 23:50 
GeneralRe: The balance between architecture and code Pin
Dan Sutton28-Apr-21 5:27
Dan Sutton28-Apr-21 5:27 
GeneralThought of the Day Pin
OriginalGriff27-Apr-21 4:53
mveOriginalGriff27-Apr-21 4:53 
GeneralRe: Thought of the Day Pin
jeron127-Apr-21 5:02
jeron127-Apr-21 5:02 
GeneralRe: Thought of the Day Pin
megaadam27-Apr-21 7:16
professionalmegaadam27-Apr-21 7:16 
GeneralRe: Thought of the Day Pin
W Balboos, GHB27-Apr-21 8:01
W Balboos, GHB27-Apr-21 8:01 
GeneralRe: Thought of the Day Pin
Daniel Pfeffer27-Apr-21 9:44
professionalDaniel Pfeffer27-Apr-21 9:44 
GeneralRe: Thought of the Day Pin
DRHuff27-Apr-21 12:42
DRHuff27-Apr-21 12:42 
QuestionCovid Question of the Moment Pin
megaadam27-Apr-21 4:10
professionalmegaadam27-Apr-21 4:10 
AnswerRe: Covid Question of the Moment Pin
W Balboos, GHB27-Apr-21 4:13
W Balboos, GHB27-Apr-21 4:13 
JokeRe: Covid Question of the Moment Pin
Daniel Pfeffer27-Apr-21 4:16
professionalDaniel Pfeffer27-Apr-21 4:16 
GeneralRe: Covid Question of the Moment Pin
W Balboos, GHB27-Apr-21 4:49
W Balboos, GHB27-Apr-21 4:49 
GeneralRe: Covid Question of the Moment Pin
Daniel Pfeffer27-Apr-21 7:39
professionalDaniel Pfeffer27-Apr-21 7:39 

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.