Friday, January 29, 2010

Categories Usefullness

1.Practicing general maintenance.
a.Use abbreviations.
b.reserved words cause errors.
c.Must start variables with a lowercase letter.
d.Variables should be lowercase or mixed-case letters.
e.none
f.Establish a naming standard for relating similar functions.
g.Do not pluralize the words you use in the class name.
h.Put a the prefix for a clear and self-explanatory package name in all lowercase letters.
i.Starting interface names with an uppercase "I" helps you distinguish an interface from a class.
j.Components that do not use concatenated words begin with an uppercase letter.
2.Use comments in your code.
a.Add comments after you format your code.
b.Use documentation comments to describe interfaces, classes, methods, and constructors.
3.Check your code organized
a.Put your code all in one location.
b.Easier to attach code to an objects.
c.Know difference between the global and root scopes.
1.Scope indicates when, where and how long.
2.To target items use this before it.
3.Use keywords
d.create class files.
e.reuse code whenever possible.
4.No case sensitivity is involved
5.Maintain your code
a.Add white space to your code.
b.Use braces ({}) for if statements.
c.When you write a condition, don't add the redundant ==true in your code
d.include a space following each expression in a for statement
e.none
f.Don't use parentheses with any return statements
g.Your statement should include a comment
h.none
i.none

Week

We worked on our own games. Then at the end of the week we did testing and debuging. We made drag and drop games. Some of them are on our projects page. Today we will have read a lot and then blog about it.

Friday, January 22, 2010

Short week

This week we had exams. I didn't have to take this class so it was a breeze. However we blogged with the globaloria people. Not much this week.

Friday, January 15, 2010

This week

We did a presentation of our games and a power point. Ours went very well. Hopeful the globaloria people will like what we did and will help us. Almost done with the first semester.

Monday, January 4, 2010

Week

I final Have almost completely finish my mini game but the sad thing is I forgot where I left off. So I might have to start my mini game all over.My game looks really good and I am trying to add more levels.Can't wait to Show it off after i completely finish it.