You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Single Responsibility Principle (SRP) is violated by the FileAirfoil class as it has the functionality to read points from a file as well as to generate an airfoil from a list of points. These should ideally be two different classes.
The text was updated successfully, but these errors were encountered:
The Single Responsibility Principle (SRP) is violated by the
FileAirfoil
class as it has the functionality to read points from a file as well as to generate an airfoil from a list of points. These should ideally be two different classes.The text was updated successfully, but these errors were encountered: