Is the complexity of software is good or bad, what makes the software complex and how could we deal with such complexity. How being a expert software developer you will deal with the structure of a Airline Reservation System as a complex system by considering its attributes. Also provide the algorthamtic and object-oriented decomposition for the Airline Reservation System.
Answers
Explanation:
To hear some people tell it, we’re one semicolon away from the entire software development industry collapsing around our ears. And we can’t even blame it on Y2K. This crumbling infrastructure isn’t our roads and bridges, but the creaky structure built on decades of quick-and-dirty computer programs that weren’t intended to be used that long. Not only are they still in use, but new programs have been written on top of them—and now depend on them.
Answer:
Software complexity is a way to describe a specific set of characteristics of your code. These characteristics all focus on how your code interacts with other pieces of code.Complexity is a topic that can be quite intimidating to developers. But that’s because of the theory and the language surrounding the concept. They make it seem more complicated than it is in practice.
The truth is that managing software complexity is almost only about the size of your functions and methods. The mathematics behind it is just there as a way to quantify the effect of the size of your function or method. But it’s not necessary for you to be able to do that to reduce complexity in your code.
Explanation:
Hope this help
Pls mark me brainliest