Choosing a software delivery method for my final year project.

Posted: October 5, 2015 | Author: Glen Keane |


So, I recently started back in college for my fourth and final year. For my course, in my final year I have to complete a project which I propose and then carry out. I had my first interview with my project supervisor the other day and one of the take aways was that he wanted me to (1) keep a blog about my final year project and (2) do a bit of a write up on the delivery method of my final year project, and why I am choosing it versus other popular methods. So this post is the start of number 1, and fulfills need number 2!

TLDR: I am working with an iterative cycle because (1) Its great for single person projects, (2) it means I will always finish a cycle with some form of working product, so if things go wrong I still have some form of working product from the last phase, and (3) it should allow me to build extra features into the platform that I may not necessarily have alloted time for, if everything goes well overall, and I am ahead of time.

Choosing the right delivery method.

Some common software delivery methodologies which I considered for my final project are:

The Waterfall approach

This is a formalized method of software delivery which was described in an article published in 1970 by Winston W. Royce, despite the fact that the author never used the term “waterfall”, which wasn’t coined until a 1976 paper. This approach consists of a series of steps which were originally described as follows:

  1. Define the System and Software Requirements
  2. Carry out analysis to further develop requirements
  3. Design the system based on the requirements
  4. Implement the system based on the design
  5. Verify the implementation
  6. Maintain the system

These are the order that the author recommended the actions should be carried out, but he also believed that there should be interaction for each step with its previous and successive step, for example if in step 2, the analysis uncovered a hidden requirement not thought of during step 1, the requirement should still be added to the system.

My issue with this method for my project, in my opinion, is the lack of prototyping or test driven development. Testing the system doesn’t really appear to happen until the later stages, which is not ideal. I also believe primitive prototyping is an insanely useful approach to getting a somewhat accurate delivery time frame for a project, because seeing the amount of time it takes to construct a (often crude) prototype is a must have.

The Iterative Cycle approach

The iterative cycle approach allows me to break the amount of time I have to complete my final year project up into many different cycles and then develop a feature, bug squash or work on something significant (such as a deployment strategy) within that cycle.

The cycle approach is very adaptable, and will allow me to do many different things for different cycles, such as:

It also means that when I decide what is done for a cycle, I can decide to write tests for the cycle up front for test driven development, or write them later to verify the system, which will give me freedom to take a verification approach which suits the part of the system being worked upon.

An Agile Approach.

Agile software development is actually a group of separate delivery methodologies, based on the iterative cycle, which are much too broad to cover. The main ones are Scrum and Kanban. Both are designed for teams but the Kanban approach seems more approachable from a single person project point of view.

Scrum development consists of several different roles such as the product owner, the scrum master and then the development team. The scrum master is supposed to act as the buffer between the product owner and the development team… something which would be very hard to accomplish when I am both.

Kanban was developed in Japan, and the word literally translates to signboard or billboard from japanese. This method is rooted in four basic principles: 1. use an existing method. 2. work towards incremental change. 3. Respect the current roles and responsibilities already in place. 4. leadership at all levels.

Kanban requires a board of objectives to be setup for the goals and the current status of those objectives tracked across several stages on that board.

This appears to be a great method of keeping track of progress on system parts in development for a team, but seems to allow very little freedom in adding extra features as they pop up. I feel I need to allow for these changes to occur naturally in the course of my project, as I hope to have time to work on extra, unspecified features later in the development cycle.

Conclusion

So, there you have it. I have reviewed 3/4 delivery methods for software and decided that the iterative/incremental approach would be well suited for a single person project which may change while in development. However, if this was a large team project, I would consider using a hybrid mix of scrum and kanban for development cycles, as they give a better ability to work with and in teams. The waterfall method is a great approach, but it lacks flexibility I felt was needed for my project to be a success.


Filed under:

Vote on Hacker News « Older Post | Newer Post »

Glen Keane

About me:

I am a 20-something year old Senior Software Engineer from Waterford, Ireland. I work for a local development company called Threefold Systems and previously worked at a web consultancy called NearForm. I generally work with high performance Node.js, Golang, scalable MicroService architectures and moonlight in the devops world using Kuberenetes or OpenShift. I also like to play with Rust whenever I get the chance. I'm an honors graduate in Applied Computing from Waterford institute of technology. I also love gaming and often spend my evenings playing games, or hacking away on whatever takes my fancy.


My ramblings

June 1, 2016 | My final year project is finished, and with that, college!
January 6, 2016 | My final year project first semester material is available!
November 17, 2015 | Realtime Browser Communications - Why WebRTC is not the choice for me.
November 12, 2015 | Realtime Browser Communications - Why use WebSockets?
November 6, 2015 | Deciding on frontend tools for my final year project.

Post tags


Social feeds:

My Github.
My Twitter.
My LinkedIn.
My Facebook.
My handle is GlenTiki if you want to look for me.