-
Posts
3,183 -
Joined
-
Last visited
-
Days Won
204
Content Type
Profiles
Forums
Downloads
Gallery
Status Updates posted by Aristos Queue
-
I was putting together a design document. I have a sample class hierarchy involving a Dog, a Cat and a Fish. This lead to the sentence: "This arrangement allows the Dog to initialize the Fish."
-
There are few things more professionally exciting than having the fastest code developer and prototyper (text, not G) on your team walk up and say, "I'm bored and out of projects. Do you have anything for me to work on?" Oh, boy, do I!!!
-
In LV, a child class cannot have a static-dispatc method with the same name as its parent. This is called "shadowing" in other languages. If I had any doubts about that decision, today's text code debacle has cured them.
-
There are few LV R&D things more frustrating than trying to edit vi.lib and having your tools broken because they depend upon the VI that you're editing... and, for various reasons, creating a copy of the VIs outside of vi.lib is not always an option... particularly when the tool you want to work is "Update All Callers"... and the callers in vi.lib only call the version *in* vi.lib.
-
If you have never seen the truth that "power corrupts", try telling a room full of first graders that "these robots are under your control". Yeesh.
-
Quote of the day: "Have you seen that diagram? It looks like it was drawn with the picture control!" -- another LV R&D member
-
Have finished month long project to learn all parts of serialization system in C#. Am very impressed. At same time, am very glad LV is by value based and not by reference based. WHAT A NIGHTMARE.
-
I don't care what language I'm using -- error handling is a PAIN. We need a less error prone universe.