2
5/2/2010 4:54:31 PM
i tend to comment the hell out of the interfaces in my APIs and then just comment what I am trying to do in the implementations within the code itself. I generally figure that in the actual user interface, it is pretty fucking obvious what is going on, and just use nice and descriptive variable and method names]
5/2/2010 5:02:56 PM
5/2/2010 5:04:55 PM
I'm a big fan of using long variable names.I also like to break steps out of a single line in order to make it more readable. Nothing I code up is ever going to care about efficiency, so I make it as human readable as possible at the cost of speed/memory.
5/2/2010 5:06:30 PM
5/2/2010 6:38:48 PM
aha lester killed me in 316 too first project was like 30 minutes of work, second/last project worked on for 2 weeks and never got close to finishingnow i'm thinking of taking him for an AI class
5/2/2010 7:29:57 PM
I wish I could have found an AI offering at the timeI really need to go back and get my MCS
5/2/2010 7:46:20 PM
wordswow, i have really been obsessing over a question from that article posted earlier
5/3/2010 1:15:38 AM
5/3/2010 1:17:49 AM
maybe but this probably sums up what you are thinking...words
5/3/2010 1:39:39 AM
^^^It's about consistent answers, son, not a correct answer. More than one question on that test. Also they were told there was no "right" answer, but that it was all about interpretation.They wanted to see if people could develop a consistent rule-set and apply that rule-set on all questions. The interesting part was when they discussed the aspect of meaninglessness... none of those symbols mean anything on their own, the computer will do anything it is told regardless of reason, sense, or meaning... the inconsistent students were trying to find meaning where there was none. The inconsistent ones were demonstrating reluctance/trouble with letting go of the idea that these things had inherent meaning, or trouble grasping the idea that each symbol is just a meaningless placeholder for a rule or operation (though those last couple sentences were speculation... good speculation, but still not proven).That's not to say they can't ever be taught... a few of the Inconsistent group switched to being Consistent by the second testing, after some instruction.What I'd REALLY like to see is some study of correlation with Meyers-Briggs Personality Types. It's entirely possible that the difference is exhibited in T vs F or N vs S types, or something similar.^The consistent students who "failed" the question with regards to C/Java syntax likely got it consistently "correct" after being taught the correct purpose of the assignment operator. Unfortunately the study makes no mention of actual correctness with regards to C/Java, mostly because answering consistently is not at all "wrong" if the test-taker has no knowledge of programming languages.[Edited on May 3, 2010 at 1:51 AM. Reason : .]
5/3/2010 1:48:39 AM