Is your brain fully OO compliant?
-
After many years I just realized something weird with the way I'm writing and browsing OO code. I have no problem writing OO code (and non OO code) but whenever I browse the code, I (too frequently...) browse the code by first opening the file and then searching inside instead of simply using the class viewer. Does it mean that the very first language you learn will burn your neurons in such a way that (whatever the language you're using) the work habits that you acquired with the first one will dominate? Am I the only one? Am I weird? Do I need some therapy? ;)
I don't use the class viewer, it hides too much code. Also, the fact of the matter is that OO code is not organized to make it efficient to find a method. For example, if you have an interface method called GetArea(); The class viewer will not show you the method that uses it. You have to use institutional knowledge to find all instances or a search tool. However, in the file viewer, if your code is organized with respect to finding logically grouped files then you will be more efficient.
Need custom software developed? I do custom programming based primarily on MS tools with an emphasis on C# development and consulting. I also do Android Programming as I find it a refreshing break from the MS. "And they, since they Were not the one dead, turned to their affairs" -- Robert Frost
-
Stéphane_Roy wrote:
Does it mean that the very first language you learn will burn your neurons
I really hope not. I started with Q-basic hacking up Gorilla and Nibbles.
Ahhh, those were the days. :cool:
"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"Some people are making such thorough preparation for rainy days that they aren't enjoying today's sunshine." - William Feather
-
After many years I just realized something weird with the way I'm writing and browsing OO code. I have no problem writing OO code (and non OO code) but whenever I browse the code, I (too frequently...) browse the code by first opening the file and then searching inside instead of simply using the class viewer. Does it mean that the very first language you learn will burn your neurons in such a way that (whatever the language you're using) the work habits that you acquired with the first one will dominate? Am I the only one? Am I weird? Do I need some therapy? ;)
You're not the only one. However I used to use the Class browser until MS frakked the damn thing up. What the hell was wrong with the tree view? Who the hell thinks a split window is more usable????? And then there was the times it just didn't work. FRAAAAAAKKKKKK!!! I agev up on the class view a good while back.
Pete
-
You're not the only one. However I used to use the Class browser until MS frakked the damn thing up. What the hell was wrong with the tree view? Who the hell thinks a split window is more usable????? And then there was the times it just didn't work. FRAAAAAAKKKKKK!!! I agev up on the class view a good while back.
Pete
Peter Mulholland wrote:
I agev
You should be awarded additional points for throwing in a double axel there, Peter. The British judge is showing 6.9.
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.” I wouldn't let CG touch my Abacus! When you're wrestling a gorilla, you don't stop when you're tired, you stop when the gorilla is.
-
After many years I just realized something weird with the way I'm writing and browsing OO code. I have no problem writing OO code (and non OO code) but whenever I browse the code, I (too frequently...) browse the code by first opening the file and then searching inside instead of simply using the class viewer. Does it mean that the very first language you learn will burn your neurons in such a way that (whatever the language you're using) the work habits that you acquired with the first one will dominate? Am I the only one? Am I weird? Do I need some therapy? ;)
It's odd. Always used to use the class browser as my primary naviagator in VC++ up to version 6, but since moving to VS.NET I always use the file view. I think everyone does, but not quite sure why...
Regards, Rob Philpott.
-
After many years I just realized something weird with the way I'm writing and browsing OO code. I have no problem writing OO code (and non OO code) but whenever I browse the code, I (too frequently...) browse the code by first opening the file and then searching inside instead of simply using the class viewer. Does it mean that the very first language you learn will burn your neurons in such a way that (whatever the language you're using) the work habits that you acquired with the first one will dominate? Am I the only one? Am I weird? Do I need some therapy? ;)
Stéphane_Roy wrote:
Does it mean that the very first language you learn will burn your neurons in such a way that (whatever the language you're using) the work habits that you acquired with the first one will dominate?
Certainly not, or else I would have to do everything in hexadecimal :)
"Dark the dark side is. Very dark..." - Yoda ---
"Shut up, Yoda, and just make yourself another toast." - Obi Wan Kenobi -
Stéphane_Roy wrote:
Does it mean that the very first language you learn will burn your neurons
I really hope not. I started with Q-basic hacking up Gorilla and Nibbles.
-
i've never successfully used the class browser for anything. Crtl-F is sufficient for most things.
Chris Losinger wrote:
Crtl-F is sufficient for most things.
or Ctrl+Shift+F. :)
-
Stéphane_Roy wrote:
Does it mean that the very first language you learn will burn your neurons in such a way that (whatever the language you're using) the work habits that you acquired with the first one will dominate?
Certainly not, or else I would have to do everything in hexadecimal :)
"Dark the dark side is. Very dark..." - Yoda ---
"Shut up, Yoda, and just make yourself another toast." - Obi Wan Kenobi -
Stéphane_Roy wrote:
Does it mean that the very first language you learn will burn your neurons
I really hope not. I started with Q-basic hacking up Gorilla and Nibbles.