cs605 gdb solution 2019 - Vu creator

pinerest claim

Saturday, August 10, 2019

cs605 gdb solution 2019

                       GDB solution Cs605 fall 2019
                   

Topic:
Suppose you are a software engineer in a reputed company and you have developed a software initially for a few hundred users.  After sometimes the software is being used by thousands of users and its response is very slow. You need to make changes to it to improve its performance either by refactoring or restructuring it.

Which technique will you adopt and Why ?
Justify your answer with very well defined and sound reasoning in either case.

A concise, coherent and to the point comment is preferred over lengthy comment having irrelevant details. Your comment must not be more than 4-5 lines. Comments, posted on regular Lesson's MDB or sent through email will NOT be considered in any case.

Solution:-

According to the given situation refactoring way of doing things is best.
Refactoring is more about keeping things simple and flexible than it is about getting things right. Getting things right often involves adding new abilities, or redesigning large sections of an app. Keeping it flexible just makes it that much easier. So, refactoring is best seen as an enabling activity.


cs605 gdb solution 2019 Reviewed by Retry programmer on August 10, 2019 Rating: 5                        GDB solution Cs605 fall 2019                     Topic: Suppose you are a software engineer in a reputed com...

No comments: