Click here to Skip to main content
15,905,607 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: Tabs, Spaces, 2 column widths, 4 column widths, oh my... Pin
Jeremy Falcon8-Aug-17 18:41
professionalJeremy Falcon8-Aug-17 18:41 
GeneralRe: Tabs, Spaces, 2 column widths, 4 column widths, oh my... Pin
Gary Wheeler9-Aug-17 4:05
Gary Wheeler9-Aug-17 4:05 
AnswerRe: Tabs, Spaces, 2 column widths, 4 column widths, oh my... Pin
PIEBALDconsult8-Aug-17 15:07
mvePIEBALDconsult8-Aug-17 15:07 
AnswerRe: Tabs, Spaces, 2 column widths, 4 column widths, oh my... Pin
Stuart Dootson9-Aug-17 4:39
professionalStuart Dootson9-Aug-17 4:39 
GeneralProgramming Euphemisms Pin
Jacquers7-Aug-17 7:23
Jacquers7-Aug-17 7:23 
GeneralRe: Programming Euphemisms PinPopular
CodeWraith7-Aug-17 7:38
CodeWraith7-Aug-17 7:38 
GeneralRe: Programming Euphemisms Pin
Jeremy Falcon7-Aug-17 10:06
professionalJeremy Falcon7-Aug-17 10:06 
GeneralRe: Programming Euphemisms Pin
CodeWraith7-Aug-17 11:26
CodeWraith7-Aug-17 11:26 
Not only databases. It gets really sick when something like this appears in the code:

(somecontrol.text = float.Parse(x) * float.Parse(y)).ToString();


x and y are strings, of course. Th use of float.parse() can fail any time when the strings can't be parsed, no checks or a try/catch block. The text property of the control of course also serves as stringly typed storage for the calclated value. And that's only the beginning of the horrors in that ASP.Net web form.
I need a perfect, to the point answer as I am not aware of this.
Please don't reply explaining what method overloading is

GeneralRe: Programming Euphemisms Pin
Jeremy Falcon7-Aug-17 11:31
professionalJeremy Falcon7-Aug-17 11:31 
GeneralRe: Programming Euphemisms Pin
CodeWraith7-Aug-17 11:49
CodeWraith7-Aug-17 11:49 
GeneralRe: Programming Euphemisms Pin
Jeremy Falcon7-Aug-17 11:57
professionalJeremy Falcon7-Aug-17 11:57 
GeneralRe: Programming Euphemisms Pin
CodeWraith7-Aug-17 12:27
CodeWraith7-Aug-17 12:27 
GeneralRe: Programming Euphemisms Pin
Mycroft Holmes7-Aug-17 15:36
professionalMycroft Holmes7-Aug-17 15:36 
GeneralRe: Programming Euphemisms Pin
Jeremy Falcon7-Aug-17 15:44
professionalJeremy Falcon7-Aug-17 15:44 
GeneralRe: Programming Euphemisms Pin
Is_VYFHD_in_use8-Aug-17 4:51
Is_VYFHD_in_use8-Aug-17 4:51 
GeneralRe: Programming Euphemisms Pin
KC@CahabaGBA8-Aug-17 3:34
KC@CahabaGBA8-Aug-17 3:34 
GeneralRe: Programming Euphemisms Pin
irneb8-Aug-17 20:10
irneb8-Aug-17 20:10 
GeneralRe: Programming Euphemisms Pin
James Lonero10-Aug-17 11:25
James Lonero10-Aug-17 11:25 
GeneralRe: Programming Euphemisms Pin
Nathan Minier8-Aug-17 1:42
professionalNathan Minier8-Aug-17 1:42 
GeneralRe: Programming Euphemisms Pin
CodeWraith8-Aug-17 2:29
CodeWraith8-Aug-17 2:29 
GeneralRe: Programming Euphemisms Pin
James Curran11-Aug-17 22:14
James Curran11-Aug-17 22:14 
GeneralRe: Programming Euphemisms Pin
CodeWraith11-Aug-17 23:34
CodeWraith11-Aug-17 23:34 
GeneralRe: Programming Euphemisms Pin
irneb8-Aug-17 20:07
irneb8-Aug-17 20:07 
GeneralRe: Programming Euphemisms Pin
TNCaver8-Aug-17 4:17
TNCaver8-Aug-17 4:17 
GeneralRe: Programming Euphemisms Pin
jeron17-Aug-17 7:39
jeron17-Aug-17 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.