Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some improvements #1

Merged
merged 8 commits into from
Mar 28, 2016
Merged

Some improvements #1

merged 8 commits into from
Mar 28, 2016

Conversation

stefan-baumann
Copy link
Contributor

I did some changes which should improve the library a bit:

  • I added quite a lot of operators - mainly for equality-checking (Equals(object), Equals(T), ==, !=) but also GetHashCode & ToString
  • I removed the LatexString-property which was present in some types and replaced it with a ToLatexString()-Method
  • I removed all the custom enumerator classes and replaced them with a much simpler yield-construct to generally simplify the architecture
  • I added XML documentation to some classes
  • I fixed the FloatingNumberExtension methods (some of them did not work properly as extensions) and renamed them to a (in my opinion) more appropriate name
  • I removed unnecessary assembly references which could be a problem when compiling with Mono

@dbforge dbforge merged commit d4dad5a into dbforge:master Mar 28, 2016
dbforge pushed a commit that referenced this pull request Dec 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants