Click here to Skip to main content
15,891,372 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: I have this suspicion Pin
Norman Landing14-Sep-19 9:00
Norman Landing14-Sep-19 9:00 
GeneralRe: I have this suspicion Pin
peterkmx14-Sep-19 5:42
professionalpeterkmx14-Sep-19 5:42 
GeneralRe: I have this suspicion Pin
Ron Anders14-Sep-19 6:09
Ron Anders14-Sep-19 6:09 
GeneralRe: I have this suspicion Pin
honey the codewitch14-Sep-19 7:20
mvahoney the codewitch14-Sep-19 7:20 
GeneralRe: I have this suspicion Pin
Sander Rossel14-Sep-19 9:04
professionalSander Rossel14-Sep-19 9:04 
GeneralRe: I have this suspicion Pin
honey the codewitch14-Sep-19 9:06
mvahoney the codewitch14-Sep-19 9:06 
GeneralRe: I have this suspicion Pin
Sander Rossel14-Sep-19 9:14
professionalSander Rossel14-Sep-19 9:14 
GeneralRe: I have this suspicion Pin
honey the codewitch14-Sep-19 9:10
mvahoney the codewitch14-Sep-19 9:10 
Adding, this is another part of their code.

You didn't like my single line ifs? check this out.

C#
var path = new TreePath(this, pair.Key);
if (path.IsFound)
	if (pair.Value.Equals(path.LeafValue))
	{
		_Delete(path);
		return true;
	}

When I was growin' up, I was the smartest kid I knew. Maybe that was just because I didn't know that many kids. All I know is now I feel the opposite.

GeneralRe: I have this suspicion Pin
Sander Rossel14-Sep-19 9:14
professionalSander Rossel14-Sep-19 9:14 
GeneralRe: I have this suspicion Pin
Norman Landing14-Sep-19 8:53
Norman Landing14-Sep-19 8:53 
GeneralRe: I have this suspicion Pin
honey the codewitch14-Sep-19 9:07
mvahoney the codewitch14-Sep-19 9:07 
GeneralRe: I have this suspicion Pin
BillWoodruff14-Sep-19 21:36
professionalBillWoodruff14-Sep-19 21:36 
GeneralWin10 woes: The Never-ending Story Pin
raddevus14-Sep-19 4:28
mvaraddevus14-Sep-19 4:28 
GeneralRe: Win10 woes: The Never-ending Story Pin
Randor 14-Sep-19 4:59
professional Randor 14-Sep-19 4:59 
GeneralRe: Win10 woes: The Never-ending Story Pin
lopatir14-Sep-19 5:13
lopatir14-Sep-19 5:13 
GeneralRe: Win10 woes: The Never-ending Story Pin
raddevus14-Sep-19 6:30
mvaraddevus14-Sep-19 6:30 
GeneralRe: Win10 woes: The Never-ending Story Pin
Slacker00714-Sep-19 5:38
professionalSlacker00714-Sep-19 5:38 
GeneralRe: Win10 woes: The Never-ending Story Pin
raddevus14-Sep-19 6:51
mvaraddevus14-Sep-19 6:51 
GeneralRe: Win10 woes: The Never-ending Story Pin
BillWoodruff14-Sep-19 21:57
professionalBillWoodruff14-Sep-19 21:57 
Generalfor those of you purists that don't like break, continue and goto Pin
honey the codewitch14-Sep-19 3:51
mvahoney the codewitch14-Sep-19 3:51 
GeneralRe: for those of you purists that don't like break, continue and goto Pin
Jörgen Andersson14-Sep-19 4:07
professionalJörgen Andersson14-Sep-19 4:07 
GeneralRe: for those of you purists that don't like break, continue and goto Pin
honey the codewitch14-Sep-19 4:08
mvahoney the codewitch14-Sep-19 4:08 
GeneralRe: for those of you purists that don't like break, continue and goto Pin
Jörgen Andersson14-Sep-19 4:12
professionalJörgen Andersson14-Sep-19 4:12 
GeneralRe: for those of you purists that don't like break, continue and goto Pin
honey the codewitch14-Sep-19 4:16
mvahoney the codewitch14-Sep-19 4:16 
GeneralRe: for those of you purists that don't like break, continue and goto Pin
Jörgen Andersson14-Sep-19 4:18
professionalJörgen Andersson14-Sep-19 4:18 

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.