The Artima Developer Community
Sponsored Link

Java Buzz Forum
The Rails Development Pattern

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
The Rails Development Pattern Posted: May 26, 2006 3:20 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by dion.
Original Post: The Rails Development Pattern
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

The team that I am is kicking into gear with Rails now. I am finding an interesting pattern in how development is going.... and it has happened before with new technology but seems even more so now:

  1. Get new requirement
  2. Start hacking on new code to fulfill requirement (Solution: X lines of code)
  3. Chat with another team mate who knows of a plugin that does half of this (Solution: X / 2 lines of code)
  4. Look at Rails Recipes and realise there is a better way to get into it (Solution: X / 4 lines of code)
  5. Generalize the problem and use MOP to simplify it's usage (Solution: X / 10 lines of code)

At the end of the day you sit there and realise that you spent the entire day writing 100 lines of code and then deleting 90 of them. :)

Read: The Rails Development Pattern

Topic: Ajaxian » Javascript Associative Arrays considered harmful Previous Topic   Next Topic Topic: Head First Design Meditations

Sponsored Links



Google
  Web Artima.com   

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