Click here to Skip to main content
15,913,179 members
Home / Discussions / C#
   

C#

 
GeneralRe: Paranoid Question of the Day Pin
Eddy Vluggen3-Jul-13 6:53
professionalEddy Vluggen3-Jul-13 6:53 
Member 9957753 wrote:
that's really unreadable for me Wink | ;)
don't do this
One learns to recognize them fast enough once you're in a project with a lot of developers that aren't all up-to-date on the coding-"rules".

Member 9957753 wrote:
For me form ?: is accurate
Might be totally unreadable to someone else. The compiler OTOH doesn't care.

I'm with the compiler - as long as it's correct and obvious, fine, do whatever you like. The inline-if is nice for choosing between variables, but not if you're going to put a lot of code in there. If there's a lot of going on, I'd rather see a complete if-else where I can jam some breakpoints in.
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]

GeneralRe: Paranoid Question of the Day Pin
Keith Barrow28-Jun-13 3:49
professionalKeith Barrow28-Jun-13 3:49 
Questionhow to fill datagridview combobox in C# with MS Access DB Pin
srinibdvt26-Jun-13 23:52
srinibdvt26-Jun-13 23:52 
AnswerRe: how to fill datagridview combobox in C# with MS Access DB Pin
Eddy Vluggen27-Jun-13 0:27
professionalEddy Vluggen27-Jun-13 0:27 
AnswerRe: how to fill datagridview combobox in C# with MS Access DB Pin
Emmanuel Medina28-Jun-13 10:17
professionalEmmanuel Medina28-Jun-13 10:17 
QuestionHow can Java runs under Java Virtual Machine in linux faster than C# in windows? Pin
crunchor26-Jun-13 20:02
crunchor26-Jun-13 20:02 
AnswerRe: How can Java runs under Java Virtual Machine in linux faster than C# in windows? Pin
Richard MacCutchan26-Jun-13 21:09
mveRichard MacCutchan26-Jun-13 21:09 
GeneralRe: How can Java runs under Java Virtual Machine in linux faster than C# in windows? Pin
crunchor26-Jun-13 21:19
crunchor26-Jun-13 21:19 
GeneralRe: How can Java runs under Java Virtual Machine in linux faster than C# in windows? Pin
Richard MacCutchan26-Jun-13 22:00
mveRichard MacCutchan26-Jun-13 22:00 
GeneralRe: How can Java runs under Java Virtual Machine in linux faster than C# in windows? Pin
crunchor26-Jun-13 22:26
crunchor26-Jun-13 22:26 
GeneralRe: How can Java runs under Java Virtual Machine in linux faster than C# in windows? Pin
Richard MacCutchan26-Jun-13 22:37
mveRichard MacCutchan26-Jun-13 22:37 
GeneralRe: How can Java runs under Java Virtual Machine in linux faster than C# in windows? Pin
crunchor26-Jun-13 22:43
crunchor26-Jun-13 22:43 
GeneralRe: How can Java runs under Java Virtual Machine in linux faster than C# in windows? Pin
Richard MacCutchan26-Jun-13 22:53
mveRichard MacCutchan26-Jun-13 22:53 
GeneralRe: How can Java runs under Java Virtual Machine in linux faster than C# in windows? Pin
crunchor26-Jun-13 22:56
crunchor26-Jun-13 22:56 
GeneralRe: How can Java runs under Java Virtual Machine in linux faster than C# in windows? Pin
Richard MacCutchan26-Jun-13 22:58
mveRichard MacCutchan26-Jun-13 22:58 
GeneralRe: How can Java runs under Java Virtual Machine in linux faster than C# in windows? Pin
crunchor26-Jun-13 23:09
crunchor26-Jun-13 23:09 
GeneralRe: How can Java runs under Java Virtual Machine in linux faster than C# in windows? Pin
Keith Barrow26-Jun-13 23:34
professionalKeith Barrow26-Jun-13 23:34 
GeneralRe: How can Java runs under Java Virtual Machine in linux faster than C# in windows? Pin
crunchor26-Jun-13 23:39
crunchor26-Jun-13 23:39 
GeneralRe: How can Java runs under Java Virtual Machine in linux faster than C# in windows? Pin
Richard MacCutchan26-Jun-13 23:37
mveRichard MacCutchan26-Jun-13 23:37 
GeneralRe: How can Java runs under Java Virtual Machine in linux faster than C# in windows? Pin
crunchor26-Jun-13 23:51
crunchor26-Jun-13 23:51 
GeneralRe: How can Java runs under Java Virtual Machine in linux faster than C# in windows? Pin
Pete O'Hanlon27-Jun-13 0:25
mvePete O'Hanlon27-Jun-13 0:25 
GeneralRe: How can Java runs under Java Virtual Machine in linux faster than C# in windows? Pin
crunchor27-Jun-13 1:45
crunchor27-Jun-13 1:45 
GeneralRe: How can Java runs under Java Virtual Machine in linux faster than C# in windows? Pin
Pete O'Hanlon27-Jun-13 1:57
mvePete O'Hanlon27-Jun-13 1:57 
GeneralRe: How can Java runs under Java Virtual Machine in linux faster than C# in windows? Pin
crunchor27-Jun-13 2:42
crunchor27-Jun-13 2:42 
GeneralRe: How can Java runs under Java Virtual Machine in linux faster than C# in windows? Pin
Pete O'Hanlon27-Jun-13 2:44
mvePete O'Hanlon27-Jun-13 2:44 

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.