Click here to Skip to main content
15,887,585 members

The Weird and The Wonderful

   

The Weird and The Wonderful forum is a place to post Coding Horrors, Worst Practices, and the occasional flash of brilliance.

We all come across code that simply boggles the mind. Lazy kludges, embarrassing mistakes, horrid workarounds and developers just not quite getting it. And then somedays we come across - or write - the truly sublime.

Post your Best, your worst, and your most interesting. But please - no programming questions . This forum is purely for amusement and discussions on code snippets. All actual programming questions will be removed.

 
GeneralRe: Over-documentation Pin
Worried Brown Eyes20-Nov-13 0:49
Worried Brown Eyes20-Nov-13 0:49 
GeneralRe: Over-documentation Pin
Ron Beyer20-Nov-13 3:08
professionalRon Beyer20-Nov-13 3:08 
GeneralRe: Over-documentation Pin
StM0n25-Nov-13 9:56
StM0n25-Nov-13 9:56 
GeneralRe: Over-documentation Pin
Rob Grainger28-Nov-13 22:26
Rob Grainger28-Nov-13 22:26 
GeneralRe: Over-documentation Pin
Vasudevan Deepak Kumar29-Nov-13 1:54
Vasudevan Deepak Kumar29-Nov-13 1:54 
GeneralAbsolutely necessary Pin
imagiro15-Dec-13 23:00
imagiro15-Dec-13 23:00 
GeneralRe: Over-documentation Pin
Lutosław27-Dec-13 1:05
Lutosław27-Dec-13 1:05 
GeneralVS Go BOOM! Pin
Brisingr Aerowing15-Nov-13 12:54
professionalBrisingr Aerowing15-Nov-13 12:54 
GeneralRe: VS Go BOOM! Pin
DaveAuld15-Nov-13 20:38
professionalDaveAuld15-Nov-13 20:38 
GeneralRe: VS Go BOOM! Pin
devvvy16-Nov-13 22:51
devvvy16-Nov-13 22:51 
GeneralRe: VS Go BOOM! Pin
loctrice18-Dec-13 10:19
loctrice18-Dec-13 10:19 
GeneralRe: VS Go BOOM! Pin
Lutosław27-Dec-13 1:13
Lutosław27-Dec-13 1:13 
GeneralRe: VS Go BOOM! Pin
Sander Rossel17-Nov-13 0:10
professionalSander Rossel17-Nov-13 0:10 
GeneralRe: VS Go BOOM! Pin
Lutosław27-Dec-13 1:16
Lutosław27-Dec-13 1:16 
GeneralDetect user in group only once Pin
SortaCore15-Nov-13 0:15
SortaCore15-Nov-13 0:15 
GeneralRe: Detect user in group only once Pin
Lutosław15-Nov-13 0:31
Lutosław15-Nov-13 0:31 
GeneralRe: Detect user in group only once Pin
SortaCore15-Nov-13 0:32
SortaCore15-Nov-13 0:32 
GeneralRe: Detect user in group only once Pin
Lutosław15-Nov-13 0:43
Lutosław15-Nov-13 0:43 
GeneralRe: Detect user in group only once Pin
SortaCore15-Nov-13 0:53
SortaCore15-Nov-13 0:53 
GeneralRe: Detect user in group only once Pin
PIEBALDconsult15-Nov-13 2:57
mvePIEBALDconsult15-Nov-13 2:57 
GeneralRe: Detect user in group only once Pin
Marc Clifton17-Nov-13 4:38
mvaMarc Clifton17-Nov-13 4:38 
GeneralWhat is an Object Pin
michaelbarb14-Nov-13 8:44
michaelbarb14-Nov-13 8:44 
We all understand what a "class" is and what an "instance" is. These terms have nice rigorous definitions. We are having a debate in school with one of the professors. Of course we have to follow there definition in that class but we are wondering what the real answer is. It seems like there are 3 possible answers.

1. An Object and Class mean the same thing.
2. An Object and Instance mean the same thing.
3. An Object is both a Class and Instance. Object is more of a higher order term that includes both.

After doing some web research it seems that over time the name has changed. Just referring to common usage. It started out in the 80's as the first choice. In the 90's things got confusing so they added the word class so they could deal with hierarchies of classes. After the turn of the century is looks like it moved mostly to the 2nd definition. Still it kind of still oscillates between 2 and 3. Some of us think we should not even use the word object because of the confusion and only use class and instance.

We are wondering what the rest of the world thinks now.
So many years of programming I have forgotten more languages than I know.


modified 14-Nov-13 14:53pm.

GeneralRe: What is an Object Pin
DaveAuld14-Nov-13 9:00
professionalDaveAuld14-Nov-13 9:00 
GeneralRe: What is an Object Pin
michaelbarb14-Nov-13 9:16
michaelbarb14-Nov-13 9:16 
GeneralRe: What is an Object Pin
Joan M14-Nov-13 9:10
professionalJoan M14-Nov-13 9:10 

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.