Click here to Skip to main content
15,886,551 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: VS 2022 a genuine wow moment Pin
Lance Milleson17-Aug-22 6:15
Lance Milleson17-Aug-22 6:15 
GeneralRe: VS 2022 a genuine wow moment Pin
Randor 15-Aug-22 22:44
professional Randor 15-Aug-22 22:44 
GeneralRe: VS 2022 a genuine wow moment Pin
Calin Negru15-Aug-22 22:48
Calin Negru15-Aug-22 22:48 
GeneralRe: VS 2022 a genuine wow moment Pin
OriginalGriff16-Aug-22 0:00
mveOriginalGriff16-Aug-22 0:00 
GeneralRe: VS 2022 a genuine wow moment Pin
pkfox16-Aug-22 0:55
professionalpkfox16-Aug-22 0:55 
GeneralRe: VS 2022 a genuine wow moment Pin
Calin Negru16-Aug-22 1:33
Calin Negru16-Aug-22 1:33 
GeneralRe: VS 2022 a genuine wow moment Pin
OriginalGriff16-Aug-22 1:56
mveOriginalGriff16-Aug-22 1:56 
General[edit]Re: VS 2022 a genuine wow moment Pin
Calin Negru16-Aug-22 8:15
Calin Negru16-Aug-22 8:15 
It comes a bit difficult to think in C# terms but I`ll try

How about the situation when you have so many fruits that they won`t fit in a single list. We are talking about a huge amount of fruits, all of the same type. So you would have to use lists of lists or lists of lists of lists.

List<List<Fruit>> lemons = Fruit.GetFruitsLists(Color.Yellow);

can autocomplete deal with that?

[edit]
ok it`s a bit of a wild guess on my behalf, I just don`t know if what I`m saying is correct but if you have a huge number of fruits, all of them rather small in dimension would you keep a single list containing all of them thus resulting a huge solid blob of memory difficult to maneuver, or, second option, partition them into multiple lists which would make a more flexible solution from the memory usage perspective.

modified 16-Aug-22 14:43pm.

GeneralRe: VS 2022 a genuine wow moment Pin
OriginalGriff16-Aug-22 8:24
mveOriginalGriff16-Aug-22 8:24 
GeneralRe: [edit]Re: VS 2022 a genuine wow moment[edited] Pin
OriginalGriff16-Aug-22 9:21
mveOriginalGriff16-Aug-22 9:21 
GeneralRe: [edit]Re: VS 2022 a genuine wow moment[edited] Pin
Calin Negru17-Aug-22 4:54
Calin Negru17-Aug-22 4:54 
GeneralRe: [edit]Re: VS 2022 a genuine wow moment[edited] Pin
OriginalGriff17-Aug-22 5:56
mveOriginalGriff17-Aug-22 5:56 
GeneralRe: [edit]Re: VS 2022 a genuine wow moment[edited] Pin
Calin Negru17-Aug-22 6:27
Calin Negru17-Aug-22 6:27 
GeneralRe: [edit]Re: VS 2022 a genuine wow moment Pin
OriginalGriff16-Aug-22 20:04
mveOriginalGriff16-Aug-22 20:04 
GeneralRe: [edit]Re: VS 2022 a genuine wow moment Pin
Matt Bond17-Aug-22 3:14
Matt Bond17-Aug-22 3:14 
GeneralRe: [edit]Re: VS 2022 a genuine wow moment Pin
Calin Negru17-Aug-22 6:30
Calin Negru17-Aug-22 6:30 
GeneralRe: VS 2022 a genuine wow moment Pin
Calin Negru16-Aug-22 2:15
Calin Negru16-Aug-22 2:15 
GeneralRe: VS 2022 a genuine wow moment Pin
Richard MacCutchan16-Aug-22 2:16
mveRichard MacCutchan16-Aug-22 2:16 
GeneralRe: VS 2022 a genuine wow moment Pin
OriginalGriff16-Aug-22 2:19
mveOriginalGriff16-Aug-22 2:19 
GeneralRe: VS 2022 a genuine wow moment Pin
Marc Clifton16-Aug-22 1:00
mvaMarc Clifton16-Aug-22 1:00 
GeneralRe: VS 2022 a genuine wow moment Pin
Greg Utas16-Aug-22 1:16
professionalGreg Utas16-Aug-22 1:16 
GeneralRe: VS 2022 a genuine wow moment Pin
Marc Clifton16-Aug-22 5:38
mvaMarc Clifton16-Aug-22 5:38 
GeneralRe: VS 2022 a genuine wow moment Pin
Matt Bond17-Aug-22 3:16
Matt Bond17-Aug-22 3:16 
GeneralRe: VS 2022 a genuine wow moment Pin
dandy7216-Aug-22 3:32
dandy7216-Aug-22 3:32 
GeneralRe: VS 2022 a genuine wow moment Pin
dan!sh 16-Aug-22 3:57
professional dan!sh 16-Aug-22 3:57 

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.