Hello VU students here is the solution of CS605-Software Engineering GDB No.1 Spring 2019. GDB total marks 5.
GDB Solution file. You also like our Facebook Page, Join Facebook Group, follow on Google+ and Subscribe our YouTube Channel. Please Share it with your Friends.
Thank you.
Solution for the
GDB is presented for your convenience. Download it and make it according to
your requirement and do not copy paste.
GDB Idea
Solution:
Restructuring the whole software will improve the
performance, speed and will increase the user number that can use the software
as refactoring the code is basically used to modify existing computer code
without changing its external behavior that cannot improve a software. The
advantages of refactoring is to improve code readability and reduced complexity
that can improve source code maintainability but cannot improve that
performance. But on the other side, code restructuring is a form of perfectible
maintenance that modifies the structure of a program's source code that helps
make software speedy and make its performance better. Its goal to be increase
maintainability for better facilitate other maintenance activities, such as
adding new functionality.
Post a Comment