Skip to main content
Category

Software Development

Why does software need to be maintained?

By Blog, Software Development, Web Design & Development No Comments

No engineered structure is designed to be built and then neglected or ignored. — Henry Petroski

Henry Petroski, in an interview on Tech Nation, says that a common rule of thumb is that maintenance costs on engineering structures cost about 4% of the initial construction cost per year. Painting the bridge has cost far more than building it as it is painted continuously: as soon as the painters reach the end of the bridge, they go to other side and start over. The engineers who designed the bridge knew this would happen. When you build something out of steel and put it outside, it will need to be painted. It was all part of the design.

The idea of software maintenance may sound absurd but the reasons why the Golden Gate Bridge needs to be maintained is very similar to why software needs to be maintained?

Software doesn’t change, but the world changes out from under it.

  • The technological environment of the software changes. Operating systems, networks, and hardware.
  • The programming language that the software was coded in evolves and periodically changes the way things are coded. A good example is all the changes in the PHP programming language https://php.net/ChangeLog-5.php
  • People discover bugs. This does not change the software but rather our knowledge of the software and its security.
  • As people use the software, they get new ideas regarding how they want to use it.
  • New possibilities emerge and make us less content with old possibilities.The human environment around the software changes. Organizational priorities change. Laws change. Project sponsors and users turn over.

Project Transparency

By Blog, Software Development, Web Design & Development No Comments

Today most companies provide some online access during the custom software development life cycle. In many cases, the client is provided with a login to preview the latest build of their project, and in a few cases they are even given access to a bug logging system, such as Bugzilla.

In our mind, it really comes down to transparency. Instead of just being able to preview the latest build, what if the client could actually look behind the curtain, and see how the software is being developed? We’re talking about letting the client be a partner in the process. Why would we want and need to do this? Read More

MENU