Investigating the general steps of the SDLC
We have briefly touched on the steps of the SDLC. However, we have not dived into what they are or what they consist of. This section is dedicated to exploring the steps in the SDLC so we can implement them.
Requirements/planning
If you ask a person off the street or an inexperienced software developer what the most important aspect of developing software is, chances are, they will answer coding. It makes sense since software development is about developing software after all. However, two steps must be completed before you or another developer even thinks about touching a keyboard. The first of which is the requirements/planning phase. Some break this phase into two distinct phases while others simply call this an analysis phase. Regardless of whether you consider this a phase or phases, it is the backbone of the project. In short, without this step, you simply do not have a project. If the SDLC is a building, the requirements/planning...