The Artima Developer Community
Sponsored Link

Java Buzz Forum
Code Reading

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
dion

Posts: 5028
Nickname: dion
Registered: Feb, 2003

Dion Almaer is the Editor-in-Chief for TheServerSide.com, and is an enterprise Java evangelist
Code Reading Posted: Mar 30, 2005 4:15 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by dion.
Original Post: Code Reading
Feed Title: techno.blog(Dion)
Feed URL: http://feeds.feedburner.com/dion
Feed Description: blogging about life the universe and everything tech
Latest Java Buzz Posts
Latest Java Buzz Posts by dion
Latest Posts From techno.blog(Dion)

Advertisement

Code Reading

I got turned onto the book Code Reading based on the foreward by Dave Thomas.

He is spot on to the fact that we learn traditional Computer Science in a weird way.

In the classes that I had at uni, we were always asked too:

Write a program which uses Bubble Sort to do X.... Then compare with a Quick Sort version.

Each time, we got to start from scratch and write code for the task.

I don't know if things have changed recently (I am sure it is different in some good schools), but we never had to do the task that you end up doing most of the time:

Maintenance: Starting from the given application, fix 5 of the 10 bugs located in this JIRA instance. Then, add the following 2 features into the application.

Now THAT would be more realistic and useful. Part of this process requires that we are good at reading code. However, as the book states, we never get taught HOW to read peoples code.

With the advent of opensource, we now even have the luxury of being able to look at good and bad code. It is all out there. Rather than having someone come talk at a Java User Group, wouldn't it be nice to have a group get together to analyze some code? Each time someone could be the CM (Code Master) and have looked through for choice design decisions.

This all comes down to my entry: Read The Source, Luke

Read: Code Reading

Topic: Spamming is a successful strategy Previous Topic   Next Topic Topic: How stupid can a human be?

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use