This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
So I've been working on teaching myself Java over the last week or so. Did some easy projects on Project Euler to help myself learn the syntax.
Recently I started going through the Berkeley Data Structures class (http://www.youtube.com/watch?v=QMV45tHCYNI), and just started learning about Linked Lists. Really like this instructor, and he's explaining things really well. I just recently started going through the labs and the homework they have posted at http://www.cs.berkeley.edu/~jrs/61b/
I'm just about done with the second homework assignment, and just wanted to get some feedback on it. I'm still trying to get used to the this keyword, and still trying to figure out when to use static, etc. The program works though. All I need to do is put some validation on the string constructor, which I'm currently working on.
So go ahead and rip this apart for me. I'm new to this, so I'm sure there's a lot wrong with it, and I'd like to correct it asap.
This was the assignment: http://www.cs.berkeley.edu/~jrs/61b/hw/hw2/
Also, I'm hoping to get a job in development at some point in the future. Should I go ahead and start posting this stuff to Github? I'm planning on going back later and adding in stuff like user input, choosing what to do with dates, etc. Figure I would put that on Github to, to show progress I guess?
Subreddit
Post Details
- Posted
- 11 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/learnprogra...