Skip to content
This repository was archived by the owner on Mar 17, 2024. It is now read-only.

Improvements#191

Merged
MaxXor merged 2 commits intoquasar:masterfrom
yankejustin:Improvements
May 25, 2015
Merged

Improvements#191
MaxXor merged 2 commits intoquasar:masterfrom
yankejustin:Improvements

Conversation

@yankejustin
Copy link
Copy Markdown
Contributor

Changes for the FrmBuilder Form's code

1. Removed some repetitive code by placing in a method. 2. Using LINQ, efficiently compute a mathematical union for the two char arrays and use that to test against detection of illegal characters. Much more efficient and no more wasted time casting. :)

Instead of wasting lots of time creating a string from a char array,
creating a string from another char array, concatenating them both into
a new string, and casting the keychar to a string to see if the string
contains it, make the operation natural and very efficient by creating a
new char array that has both invalid characters and making sure the
illegal character array does not contain the element.
MaxXor added a commit that referenced this pull request May 25, 2015
@MaxXor MaxXor merged commit 043cfac into quasar:master May 25, 2015
@yankejustin yankejustin deleted the Improvements branch May 25, 2015 20:41
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants