mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 23:35:58 +03:00
[PR #191] [MERGED] Improvements #1038
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#1038
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/quasar/Quasar/pull/191
Author: @yankejustin
Created: 5/25/2015
Status: ✅ Merged
Merged: 5/25/2015
Merged by: @MaxXor
Base:
master← Head:Improvements📝 Commits (2)
f5d671dRemoved some repetitive code94e5064Detecting illegal characters efficiently📊 Changes
1 file changed (+23 additions, -25 deletions)
View changed files
📝
Server/Forms/FrmBuilder.cs(+23 -25)📄 Description
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. :)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.