Software Lifecycle

What is Software Lifecycle? 

SLC is a term used in Software Engineering to describe a process for planning, creating, testing, and deploying an information system. The process is composed by several phases that focus on delivering a high quiality product to the customer:

-Preliminary analysis: propose alternative solutions, describe costs and benefits and submit a preliminary plan with recommendations.
-System analysis: Defines project goals into defined functions and operation of the intended application.
-Systems design: Describes desired features and operations in detail, including screen layouts, business rules, process diagrams, pseudocode and other documentation.
-Developing: Here you write the code and implement all the planning.
-Integration and testing: This space is for testing and debugging.
-Acceptance, installation, deployment: Here the program is complete and pushed into the market.
-Maintenance: Keep track of the software and make sure it does not become obsolete.
-Evaluation: This is the time to improve, check the complete design and modify it if something is wrong.
-Disposal: The disposal activities ensure proper migration to a new system.On this phase the old data is destroyed.

There are a lot of models for this methodology, some of them are:
Waterfall model, Iterative model, Agile model, Spiral model, V-model and Big-Bang model

Why is important to know about Software Lifecycle?

Because the main focus of this methodology is to create quality software to make the customer happy and that´s the only think big companies care. So, if you want to work at a big software producer company you must know at least the proces of software developing. It is very important that software keeps upgrading and geting better for the customer, not only adding more features but also to change or remove the old fetures that people stop caring .

(02/09/2016)edit
Hey, Ken asked us to write another Software Lifecycle post but I don´t want to create another post so i´m goint to put a little more extra information about the subject here.

Software Lifecycle is the path that every developer should follow to create software. Yeah, you can do it as you want but at the long term you will realize that to build a high quality software you need to follow this steps in order. Why is it a cycle? If you want your software to keep getting better you need to repeat some steps, maybe from the beginning; start rethinking the design, look for your customers needs, add more features, remove useless features, there are a lot of thinks you can do to improve your software even if it is already on the market.

Now, take a cup of coffee or a glass of soda and watch this music video, relax and enjoy:



source:
https://en.wikipedia.org/wiki/Systems_development_life_cycle
http://www.tutorialspoint.com/sdlc/sdlc_overview.htm