joashc / csharp-probability-monad

A probabilistic programming framework for C#
MIT License
96 stars 7 forks source link

Refactor to use C#7 features #7

Open apkd opened 4 years ago

apkd commented 4 years ago

This pull request introduces a number of non-functional changes that are intended to make code more concise and readable. These include:

All these dropped braces sometimes amount to a 20%-30% decrease in line count per file. Obviously these are stylistic changes so it's up to your opinion whether merging these changes represents an improvement.