The Artima Developer Community
Sponsored Link

Agile Buzz Forum
Frameworkatis - Premature Framework Development

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
Slava Imeshev

Posts: 114
Nickname: imeshev
Registered: Sep, 2004

Slava Imeshev is a Software Engineer with experience that began when machines were big
Frameworkatis - Premature Framework Development Posted: Jul 13, 2010 8:10 PM
Reply to this message Reply

This post originated from an RSS feed registered with Agile Buzz by Slava Imeshev.
Original Post: Frameworkatis - Premature Framework Development
Feed Title: Slava on Everything
Feed URL: http://jroller.com/imeshev/feed/entries/rss
Feed Description: Slava Imeshev's Weblog
Latest Agile Buzz Posts
Latest Agile Buzz Posts by Slava Imeshev
Latest Posts From Slava on Everything

Advertisement

Frameworkatis is premature development of frameworks. It is a common disease among less experienced software developers. It passes as one's experience grows.

 

Symptoms

Frameworkatis presents itself as one of the following:

  • A first design meeting for a project begins with words: "We are going to develop a framework"
  • Project's codebase is broken up to "core" and "app" before the first line of code is written
  • A framework serves needs of a single project with no possibility of reuse in observable future
  • A framework experiences the same or greater rate of changes as the project it serves.
Origins
  • Insecurity
  • Boredom
  • Dissatisfaction with one's workspace
Treating Frameworkatis
  1. Always start a project as a single code base
  2. When starting a project, consider needs in the new project in light of the existing project
  3. If the significant amount of code in the exciting projects solves common problems, extract that code as a utility API or a framework
  4. Otherwise, develop the new project as a single codebase as usual

Read: Frameworkatis - Premature Framework Development

Topic: Je suis fatigué. Previous Topic   Next Topic Topic: Industry Misinterpretations 196: Who Put Those Comments in My Code (2)

Sponsored Links



Google
  Web Artima.com   

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