The steps which one must follow for development of a program are
as follows:
- Defintion: We need to be clear with what we
are expected to do. If not clear we should analyze and reasearch so
as our focus is clear.
- Design: Now we must proceed with the pattern/
design we are going to follow for the development of our
program.
- Coding: Now the actual code must be wriiten
with proper syntax to avoid errors.
- Debugging: In order for the code to be
optimized, we need to debug it and try to refactor it.
- Testing: Now we need to create test cases to
ensure our functionality is working as expected. It prevents future
bugs.