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

Connect the calculation kernel with the application namespace #7

Closed SH-Tang closed 4 years ago

SH-Tang commented 4 years ago

Connect the calculation kernel with the application namespace and perform the calculations.

Keep in mind that for the testing, the kernel should be subsituted away, perhaps by means of using a shunt pattern as we're not interested in the actual outputs of the kernel. This approach should also facilitate in case an exception needs to be mocked.

SH-Tang commented 4 years ago

Merged per rev f751573 to master