ocarrero / using-solar-power-to-save-lives

0 stars 0 forks source link

Refactor the C# Parabola source code to allow for different solar cooker design types. #1

Open ocarrero opened 6 years ago

ocarrero commented 6 years ago

Much of the converted VB 6 to C# code is written before the advent of coding style guidelines, test driven development, and design patterns. A basic refactoring of the code in the Parabola.cs, IParabola.cs, and RegressionObject is necessary.