Click here to Skip to main content
15,887,596 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: Frustration Pin
Gerry Schmitz27-Jan-23 11:34
mveGerry Schmitz27-Jan-23 11:34 
JokeRe: Frustration Pin
Mircea Neacsu27-Jan-23 14:33
Mircea Neacsu27-Jan-23 14:33 
GeneralRe: Frustration Pin
MikeCO1028-Jan-23 2:16
MikeCO1028-Jan-23 2:16 
GeneralRe: Frustration Pin
Marc Clifton28-Jan-23 2:47
mvaMarc Clifton28-Jan-23 2:47 
GeneralRe: Frustration Pin
0x01AA28-Jan-23 6:37
mve0x01AA28-Jan-23 6:37 
GeneralRe: Frustration Pin
David O'Neil28-Jan-23 15:28
professionalDavid O'Neil28-Jan-23 15:28 
GeneralRe: Frustration Pin
Sander Rossel29-Jan-23 5:10
professionalSander Rossel29-Jan-23 5:10 
GeneralRe: Frustration Pin
jschell29-Jan-23 11:18
jschell29-Jan-23 11:18 
0x01AA wrote:
But why one should use different names?


Certainly one reason is that databases have absolute length limits. So if you exceed that you are out of luck.

As an example the Oracle column name length limit is 30.

Additionally when database statements are constructed there are length limits on the total length of that.

One of course should not normally run into that. Which is perhaps worse because what happens is that someone uses magical coding APIs without understanding what is actually happening and then when it fails for that one odd ball case then no one can figure out what is happening.

Then there are things that happen over time. Such as a table that has a column named 'total' which even though the column is still named that, what is actually is now is the 'DailyTotal'. Column might be used in one place where in the code the attribute 'DailyTotal' is used in many places. So explaining what it actually is in every place becomes a problem.
GeneralRe: Frustration Pin
trønderen30-Jan-23 7:27
trønderen30-Jan-23 7:27 
GeneralRe: Frustration Pin
jschell3-Feb-23 5:09
jschell3-Feb-23 5:09 
GeneralRe: Frustration Pin
trønderen3-Feb-23 6:07
trønderen3-Feb-23 6:07 
GeneralRe: Frustration Pin
jschell6-Feb-23 6:11
jschell6-Feb-23 6:11 
GeneralRe: Frustration Pin
Eddy Vluggen28-Jan-23 6:22
professionalEddy Vluggen28-Jan-23 6:22 
GeneralMight as well join in Pin
Greg Utas27-Jan-23 7:48
professionalGreg Utas27-Jan-23 7:48 
GeneralRe: Might as well join in Pin
Mike Hankey27-Jan-23 8:33
mveMike Hankey27-Jan-23 8:33 
GeneralRe: Might as well join in Pin
MadGerbil27-Jan-23 8:59
MadGerbil27-Jan-23 8:59 
GeneralRe: Might as well join in Pin
Mike Hankey27-Jan-23 9:40
mveMike Hankey27-Jan-23 9:40 
GeneralRe: Might as well join in Pin
MadGerbil27-Jan-23 10:06
MadGerbil27-Jan-23 10:06 
GeneralRe: Might as well join in Pin
Mycroft Holmes27-Jan-23 11:29
professionalMycroft Holmes27-Jan-23 11:29 
GeneralRe: Might as well join in Pin
jmaida27-Jan-23 16:19
jmaida27-Jan-23 16:19 
GeneralRe: Might as well join in Pin
DRHuff27-Jan-23 19:07
DRHuff27-Jan-23 19:07 
GeneralCurrent best method of interfacing with a webcam? Pin
Member 1401374327-Jan-23 6:16
Member 1401374327-Jan-23 6:16 
GeneralRe: Current best method of interfacing with a webcam? Pin
OriginalGriff27-Jan-23 6:18
mveOriginalGriff27-Jan-23 6:18 
GeneralRe: Current best method of interfacing with a webcam? Pin
MarkTJohnson27-Jan-23 6:35
professionalMarkTJohnson27-Jan-23 6:35 
JokeRe: Current best method of interfacing with a webcam? Pin
Jeremy Falcon27-Jan-23 6:53
professionalJeremy Falcon27-Jan-23 6:53 

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.