Open rohitjha opened 7 years ago
Noted. 👍
I'm planning of incorporating a Temperature "module" later on, after I'm done with setting the codebase along with standards implemented in stylecop. Of course, you're more than welcome to give it a try after I set up the codebase. :)
Sounds good, I'll give it a shot then. :+1:
@rohitjha Just make sure you 're-fork' the repo so you'll have the latest changes to the codebase, otherwise it won't be easy to merge your pull request. :)
:+1:
I had my own go with a more generic conversion function to support temperature conversions and more. Unfortunately it would be a breaking change to the existing code base. Check out my fork to see it.
Currently we only support conversion between units of the form:
left = right * factor
. However, for temperature conversion, the units such as Celsius, Fahrenheit and Kelvin are not convertible by multiplication with factors.