SH-Tang / BalancedFieldLength

A C# implementation to calculate the balanced field length of an aircraft.
GNU General Public License v3.0
1 stars 0 forks source link

Implement validation logic in the data model #17

Closed SH-Tang closed 3 years ago

SH-Tang commented 4 years ago

The connected data model to the GUI should contain some basic (non-interdependent) validation / guard logic when settings values (for example, angles cannot exceed +/-180 degrees). This should be located in the bussiness data layer application, as this is the most centralized spot to prevent code duplication throughout the application.

SH-Tang commented 4 years ago

23 was created to split up the investigative / design part from the implementation part