User:LukeRobinson

From CSSEMediaWiki
(Difference between revisions)
Jump to: navigation, search
(Undo revision 6622 by LukeRobinson (Talk))
(Removing all content from page)
Line 1: Line 1:
==== About me ====
 
  
Hi, I'm Luke, I'm doing Honors and one of my classes is 427, for my [[User:LukeRobinson/Design_study | design study]] I hope to use my Honors project, which is on visualization of network data and is written in C#.
 
 
If you want to talk to me, just email me, or see me in class.
 
 
 
 
 
==== Personal quotes: ====
 
 
"If it's immutable, it's not real OO", this came up in a class discussion about whether objects should be mutable or immutable. The reason I said this is because OO is about [[Model the real world | modelling the real world]], and real objects do change. inb4 [http://en.wikipedia.org/wiki/Ship_of_Theseus Ship of Theseus].
 
 
 
==== Other ====
 
not sure where this should go... so i'll just put it here for now.
 
 
I'm sure we all know that class names should start with capital letters and each new word within the name should also start with a capital.
 
For example, EventListener. Although this is not required, it is convention. There are other ways names can be written, e.g. event_listener, that still preserve the word boundaries, however these are less common than capitalization. The worst case is to not differentiate between words at all, e.g. eventlistener, because it makes reading class names much harder.
 
 
Here is [http://www.oracle.com/technetwork/java/codeconventions-135099.html oracles] views on the issue.
 
 
===== [[Abstract vs Interface]] =====
 
 
This is a problem I came across when doing my design study, but couldn't find any info on, so I have made a page for it.
 

Revision as of 00:59, 22 October 2010

Personal tools